preliminary support for the two RGB status leds
Note: pin assignments not final
This commit is contained in:
10
Core/Inc/status_led.h
Normal file
10
Core/Inc/status_led.h
Normal file
@ -0,0 +1,10 @@
|
||||
#ifndef INC_STATUS_LED_H
|
||||
#define INC_STATUS_LED_H
|
||||
|
||||
#include "ts_state_machine.h"
|
||||
|
||||
void status_led_init();
|
||||
|
||||
void status_led_state(TSState state, TSErrorKind error);
|
||||
|
||||
#endif // INC_STATUS_LED_H
|
||||
Reference in New Issue
Block a user