|
SWE-350 TOTP Generator Milestone 5
The DE-10 board has six 7-segment displays, this can be used to display and generate a time based one-time pin (TOTP).
|
#include <QrCode.hpp>

Data Fields | |
| const int | ordinal |
| const int | formatBits |
Static Public Attributes | |
| static const Ecc | LOW |
| static const Ecc | MEDIUM |
| static const Ecc | QUARTILE |
| static const Ecc | HIGH |
Definition at line 49 of file QrCode.hpp.
| const int formatBits |
Definition at line 57 of file QrCode.hpp.
|
static |
Definition at line 52 of file QrCode.hpp.
|
static |
Definition at line 52 of file QrCode.hpp.
|
static |
Definition at line 52 of file QrCode.hpp.
| const int ordinal |
Definition at line 56 of file QrCode.hpp.
|
static |
Definition at line 52 of file QrCode.hpp.