Skip to content

Commit 7aaec26

Browse files
V1.7.03 - Updates
- Moved timer functions into main folder cause Arduino IDE can't handle subfolders...
1 parent 07dd886 commit 7aaec26

8 files changed

Lines changed: 1 addition & 1 deletion

File tree

Software/Arduino code/OpenAstroTracker/Timers/ESP8266TimerInterrupt.h renamed to Software/Arduino code/OpenAstroTracker/ESP8266TimerInterrupt.h

File renamed without changes.

Software/Arduino code/OpenAstroTracker/Timers/ESP8266_ISR_Timer-Impl.h renamed to Software/Arduino code/OpenAstroTracker/ESP8266_ISR_Timer-Impl.h

File renamed without changes.

Software/Arduino code/OpenAstroTracker/Timers/ESP8266_ISR_Timer.h renamed to Software/Arduino code/OpenAstroTracker/ESP8266_ISR_Timer.h

File renamed without changes.

Software/Arduino code/OpenAstroTracker/Timers/ESP8266_LICENSE renamed to Software/Arduino code/OpenAstroTracker/ESP8266_LICENSE

File renamed without changes.

Software/Arduino code/OpenAstroTracker/InterruptCallback.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define USE_TIMER_3 false
1616
#define USE_TIMER_4 false
1717
#define USE_TIMER_5 false
18-
#include "Timers/TimerInterrupt.h"
18+
#include "TimerInterrupt.h"
1919
#else
2020
// Need to add support for ESP32 boards here
2121

Software/Arduino code/OpenAstroTracker/Timers/TimerInterrupt.cpp renamed to Software/Arduino code/OpenAstroTracker/TimerInterrupt.cpp

File renamed without changes.

Software/Arduino code/OpenAstroTracker/Timers/TimerInterrupt.h renamed to Software/Arduino code/OpenAstroTracker/TimerInterrupt.h

File renamed without changes.

Software/Arduino code/OpenAstroTracker/Timers/LICENSE renamed to Software/Arduino code/OpenAstroTracker/TimerInterruptLICENSE

File renamed without changes.

0 commit comments

Comments
 (0)