[FLYWOOF411] add board documentation
[inav/snaewe.git] / src / main / drivers / lights_io.h
blob521210869c59f59407eed6ff17187cf5cadbcbce
2 #pragma once
4 #ifdef USE_LIGHTS
7 bool lightsHardwareInit();
8 void lightsHardwareSetStatus(bool status);
10 #endif /* USE_LIGHTS */