Led mode constants.
More...
|
constexpr int8_t | DEF = 0 |
| Default mode without signal-logging.
|
|
constexpr int8_t | LOG = 1 |
| Default mode with signal-logging.
|
|
constexpr int8_t | MTP = 2 |
| MTP mode.
|
|
constexpr int8_t | ERR = 3 |
| Error mode.
|
|
constexpr int8_t | MTPWAIT = 4 |
| MTP wait for USB connected.
|
|
Led mode constants.
The namespace contains constants for the status LED mode. Depending on the LED blinking, the microcontroller mode is:
◆ DEF
Default mode without signal-logging.
◆ ERR
◆ LOG
Default mode with signal-logging.
◆ MTP
◆ MTPWAIT
int8_t LedMode::MTPWAIT = 4 |
|
constexpr |
MTP wait for USB connected.