adjust directory structure
This commit is contained in:
23
libraries/includes/defines.h
Normal file
23
libraries/includes/defines.h
Normal 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_ */
|
Reference in New Issue
Block a user