diff options
Diffstat (limited to 'led.h')
| -rw-r--r-- | led.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +bool isLightOn(); +void setLight(bool); +#define lightOn() setLight(true) +#define lightOff() setLight(false) |
| index : pish | ||
| A "shell" for a headless Raspberry Pi using Morse code through a LED | Franklin Wei |
| summaryrefslogtreecommitdiff |