adjust directory structure

This commit is contained in:
2019-11-18 16:00:04 +01:00
parent f0672d3d72
commit ff595af755
9 changed files with 0 additions and 292 deletions

View File

@ -0,0 +1,23 @@
/*
* defines.h
*
* Created on: Aug 20, 2017
* Author: wn
*/
#ifndef DEFINES_H_
#define DEFINES_H_
//#define DEBUG
#define SLEEP
#define EEPROM_ADDR 0
#define CONFIG_SWITCH 4
#define LED_PIN 14
#define ONE_WIRE_BUS 2
#endif /* DEFINES_H_ */