Files
U2FDevice/LED.hpp

7 lines
128 B
C++

#pragma once
bool getLEDState();
void disableACTTrigger(bool nowDisabled);
void enableACTLED(bool nowOn);
void toggleACTLED();