Project

General

Profile

Download (169 Bytes) Statistics
| Branch: | Tag: | Revision:
1 41333333 (no author)
#ifndef _LED_H
2
#define _LED_H
3
4
extern void led_init(void);
5
extern void led_switch(int led, int on);
6
extern int led_get(int led);
7
extern int led_toggle(int led);
8
9
#endif
Add picture from clipboard (Maximum size: 48.8 MB)