This commit is contained in:
2018-04-22 22:18:13 +02:00
commit 91c2841ef5
21 changed files with 2500 additions and 0 deletions

18
defines.h Normal file
View File

@ -0,0 +1,18 @@
/*
* defines.h
*
* Created on: Aug 20, 2017
* Author: wn
*/
#ifndef DEFINES_H_
#define DEFINES_H_
#define DEBUG
#define EEPROM_ADDR 0
#define CONFIG_SWITCH 0
#define HALL_PIN 2
#endif /* DEFINES_H_ */