|
TeensyNanoExoCode
|
define how each message will be displayed. More...
Namespaces | |
| namespace | colors |
| colors each message should display | |
| namespace | patterns |
| patterns to use for each message | |
Variables | |
| const uint8_t | on_state = logic_micro_pins::status_led_on_state |
| const uint8_t | off_state = logic_micro_pins::status_led_off_state |
| const bool | has_pwm = logic_micro_pins::status_has_pwm |
define how each message will be displayed.
| const bool status_led_defs::has_pwm = logic_micro_pins::status_has_pwm |
records if the display should use PWM or simple digital output.
| const uint8_t status_led_defs::off_state = logic_micro_pins::status_led_off_state |
off state of the LED used to determine PWM ratio
| const uint8_t status_led_defs::on_state = logic_micro_pins::status_led_on_state |
on state of the LED used to determine PWM ratio