⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (143 Bytes)
Statistics
| Revision:
repo2
/
firmware
/
defunct
/
led.h
@ 461
View
History
Annotate
46
markw
#ifndef LEDS_H
#define LEDS_H
void
set_green_led
(
int
i
);
void
set_red_led
(
int
i
);
void
set_drive_number
(
int
i
);
void
init_display
();
#endif
Loading...