Initial commit

This commit is contained in:
2018-04-21 22:33:02 +02:00
commit a3d8303cdb
168 changed files with 9451 additions and 0 deletions

22
defines.h Normal file
View 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_ */