This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +0
-32
lines changed
ISR_16_Timers_Array_Complex Expand file tree Collapse file tree 8 files changed +0
-32
lines changed Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
43-
4440// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
4541// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
4642// Don't define _TIMERINTERRUPT_LOGLEVEL_ > 0. Only for special ISR debugging only. Can hang the system.
Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
43-
4440// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
4541// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
4642// Don't define _TIMERINTERRUPT_LOGLEVEL_ > 0. Only for special ISR debugging only. Can hang the system.
Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
43-
44-
4540// These define's must be placed at the beginning before #include "ESP32TimerInterrupt.h"
4641// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
4742// Don't define _TIMERINTERRUPT_LOGLEVEL_ > 0. Only for special ISR debugging only. Can hang the system.
Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
4340
4441// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
4542// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
43-
4440// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
4541// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
4642// Don't define _TIMERINTERRUPT_LOGLEVEL_ > 0. Only for special ISR debugging only. Can hang the system.
Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
43-
4440// These define's must be placed at the beginning before #include "TimerInterrupt.h"
4541// Don't define TIMER_INTERRUPT_DEBUG > 2. Only for special ISR debugging only. Can hang the system.
4642#define TIMER_INTERRUPT_DEBUG 1
Original file line number Diff line number Diff line change 3737 written
3838*/
3939
40- #if !( ARDUINO_ESP32C3_DEV )
41- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
42- #endif
43-
4440// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
4541// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
4642// Don't define _TIMERINTERRUPT_LOGLEVEL_ > 0. Only for special ISR debugging only. Can hang the system.
Original file line number Diff line number Diff line change 2020
2121// To demo how to include files in multi-file Projects
2222
23- #if !( ARDUINO_ESP32C3_DEV )
24- #error This code is intended to run on the ESP32_C3 platform! Please check your Tools->Board setting.
25- #endif
26-
2723#include " multiFileProject.h"
2824
2925// Can be included as many times as necessary, without `Multiple Definitions` Linker Error
You can’t perform that action at this time.
0 commit comments