mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-23 19:20:41 +00:00
7 lines
204 B
C
7 lines
204 B
C
|
|
#include "GpioLogic.h"
|
||
|
|
#include "configuration.h"
|
||
|
|
|
||
|
|
/**
|
||
|
|
* ledForceOn and ledForceOff both override the normal ledBlinker behavior (which is controlled by main)
|
||
|
|
*/
|
||
|
|
extern GpioVirtPin ledForceOn, ledBlink;
|