so far so good

This commit is contained in:
2019-04-25 16:20:01 +02:00
parent 04245e112c
commit 28b32656aa
8 changed files with 274 additions and 1 deletions

17
defines.h-example Normal file
View File

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