⚲
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
/
unmerged
/
zpu_firmware
/
replay
/
led.c
@ 1476
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
…
18
19
20
21
22
…
40
Next »
(20-20/40)
Loading...