TeensyNanoExoCode
Loading...
Searching...
No Matches
Namespaces | Variables
status_led_defs Namespace Reference

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
 

Detailed Description

define how each message will be displayed.

Variable Documentation

◆ has_pwm

const bool status_led_defs::has_pwm = logic_micro_pins::status_has_pwm

records if the display should use PWM or simple digital output.

◆ off_state

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

◆ on_state

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