Initial commit
This commit is contained in:
22
defines.h
Normal file
22
defines.h
Normal file
@ -0,0 +1,22 @@
|
||||
/*
|
||||
* defines.h
|
||||
*
|
||||
* Created on: Aug 20, 2017
|
||||
* Author: wn
|
||||
*/
|
||||
|
||||
#ifndef DEFINES_H_
|
||||
#define DEFINES_H_
|
||||
|
||||
#define DEBUG
|
||||
|
||||
#define EEPROM_ADDR 0
|
||||
|
||||
#define CONFIG_SWITCH 5
|
||||
|
||||
#define LED_1_GREEN 12
|
||||
#define LED_1_RED 13
|
||||
#define LED_2_GREEN 14
|
||||
#define LED_2_RED 16
|
||||
|
||||
#endif /* DEFINES_H_ */
|
Reference in New Issue
Block a user