7 lines
128 B
C++
7 lines
128 B
C++
#pragma once
|
|
|
|
bool getLEDState();
|
|
void disableACTTrigger(bool nowDisabled);
|
|
void enableACTLED(bool nowOn);
|
|
void toggleACTLED();
|