Reused ACT (led0) light as activity light.

This commit is contained in:
2018-08-12 11:33:41 +01:00
parent 2b01dbc605
commit cf69741c24
5 changed files with 89 additions and 3 deletions

6
LED.hpp Normal file
View File

@@ -0,0 +1,6 @@
#pragma once
bool getLEDState();
void disableACTTrigger(bool nowDisabled);
void enableACTLED(bool nowOn);
void toggleACTLED();