mirror of
https://github.com/k3ng/k3ng_rotator_controller.git
synced 2025-03-11 06:43:55 +00:00
fixed issue with debug.h - "arduino.h" include
This commit is contained in:
parent
532a957671
commit
938f298eec
2
debug.h
2
debug.h
@ -4,7 +4,7 @@
|
|||||||
#define _DEBUG_h
|
#define _DEBUG_h
|
||||||
|
|
||||||
#if defined(ARDUINO) && ARDUINO >= 100
|
#if defined(ARDUINO) && ARDUINO >= 100
|
||||||
#include "arduino.h"
|
#include "Arduino.h"
|
||||||
#else
|
#else
|
||||||
#include "WProgram.h"
|
#include "WProgram.h"
|
||||||
#endif
|
#endif
|
||||||
|
@ -189,7 +189,7 @@
|
|||||||
// #define DEBUG_EL_POSITION_INCREMENTAL_ENCODER
|
// #define DEBUG_EL_POSITION_INCREMENTAL_ENCODER
|
||||||
// #define DEBUG_MOON_TRACKING
|
// #define DEBUG_MOON_TRACKING
|
||||||
// #define DEBUG_SUN_TRACKING
|
// #define DEBUG_SUN_TRACKING
|
||||||
#define DEBUG_GPS
|
// #define DEBUG_GPS
|
||||||
// #define DEBUG_GPS_SERIAL
|
// #define DEBUG_GPS_SERIAL
|
||||||
// #define DEBUG_OFFSET
|
// #define DEBUG_OFFSET
|
||||||
// #define DEBUG_RTC
|
// #define DEBUG_RTC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user