Ensure IR LEDs are off before reprogramming. (#7)
Co-authored-by: Joe Kearney <joe@clubk.club> Reviewed-on: #7
This commit is contained in:
parent
8fe8822db0
commit
fd908a23d4
4 changed files with 21 additions and 3 deletions
|
|
@ -22,4 +22,6 @@
|
|||
|
||||
#include "esp_err.h"
|
||||
|
||||
void Initialize_IR(SemaphoreHandle_t init_complete);
|
||||
void Initialize_IR(SemaphoreHandle_t init_complete);
|
||||
void Enable_IR_Transmit();
|
||||
void Disable_IR_Transmit();
|
||||
Loading…
Add table
Add a link
Reference in a new issue