Project

General

Profile

Download (256 Bytes) Statistics
| Branch: | Tag: | Revision:
1 6c0b462a laforge
#ifndef _BLINKCODE_H
2
#define _BLINKCODE_H
3
4
enum blinkcode_num {
5
	BLINKCODE_NONE,
6
	BLINKCODE_IDLE,
7
	BLINKCODE_DFU_MODE,
8
	BLINKCODE_DFU_PROBLEM,
9
	BLINKCODE_
10
};
11
12
extern void blinkcode_set(int led, enum blinkcode_num);
13
extern void blinkcode_init(void);
14
#endif
Add picture from clipboard (Maximum size: 48.8 MB)