⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
EclaireXL
All Projects
EclaireXL
Overview
Activity
Issues
News
Documents
Wiki
Forums
Files
Repository
Download (214 Bytes)
Statistics
| Revision:
repo2
/
firmware_eclairexl
/
defunct
/
led.c
View
History
Annotate
#include
"led.h"
#include
"regs.h"
void
set_green_led
(
int
i
)
{
*
zpu_ledg
=
i
;
}
void
set_red_led
(
int
i
)
{
*
zpu_ledr
=
i
;
}
void
set_drive_number
(
int
i
)
{
*
zpu_hex
=
i
;
}
void
init_display
()
{
*
zpu_hex
=
0
;
}
« Previous
1
2
3
4
5
6
…
9
Next »
(4-4/9)
Loading...