|
TeensyNanoExoCode
|
colors each message should display More...
Variables | |
| const int | off [] = {0, 0, 0} |
| const int | trial_off [] = {0, 0, 255} |
| const int | trial_on [] = {0, 255, 0} |
| const int | test [] = {0, 255, 0} |
| const int | torque_calibration [] = {255, 255, 0} |
| const int | fsr_calibration [] = {255, 0, 255} |
| const int | fsr_refinement [] = {255, 0, 255} |
| const int | motor_start_up [] = {255, 68, 0} |
| const int | error [] = {255, 0, 0} |
| const int | warning [] = {255, 68, 0} |
colors each message should display
| const int status_led_defs::colors::error[] = {255, 0, 0} |
| const int status_led_defs::colors::fsr_calibration[] = {255, 0, 255} |
| const int status_led_defs::colors::fsr_refinement[] = {255, 0, 255} |
| const int status_led_defs::colors::motor_start_up[] = {255, 68, 0} |
| const int status_led_defs::colors::off[] = {0, 0, 0} |
| const int status_led_defs::colors::test[] = {0, 255, 0} |
| const int status_led_defs::colors::torque_calibration[] = {255, 255, 0} |
| const int status_led_defs::colors::trial_off[] = {0, 0, 255} |
| const int status_led_defs::colors::trial_on[] = {0, 255, 0} |
| const int status_led_defs::colors::warning[] = {255, 68, 0} |