repo.or.cz
/
inav
/
snaewe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[FLYWOOF411] add board documentation
[inav/snaewe.git]
/
src
/
main
/
drivers
/
lights_io.h
blob
521210869c59f59407eed6ff17187cf5cadbcbce
1
2
#pragma once
3
4
#ifdef USE_LIGHTS
5
6
7
bool
lightsHardwareInit
();
8
void
lightsHardwareSetStatus
(
bool
status
);
9
10
#endif
/* USE_LIGHTS */