repo.or.cz
/
inav.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge remote-tracking branch 'upstream/master' into abo_RTH_sanity_fix
[inav.git]
/
src
/
main
/
drivers
/
lights_io.h
blob
9560320dd37a235c5532d5c12d415a29a4c61565
1
2
#pragma once
3
4
#ifdef USE_LIGHTS
5
6
7
bool
lightsHardwareInit
(
void
);
8
void
lightsHardwareSetStatus
(
bool
status
);
9
10
#endif
/* USE_LIGHTS */