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 37
37
written
38
38
*/
39
39
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
40
// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
45
41
// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
46
42
// 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 37
37
written
38
38
*/
39
39
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
40
// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
45
41
// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
46
42
// 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 37
37
written
38
38
*/
39
39
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
-
45
40
// These define's must be placed at the beginning before #include "ESP32TimerInterrupt.h"
46
41
// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
47
42
// 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 37
37
written
38
38
*/
39
39
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
40
44
41
// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
45
42
// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
Original file line number Diff line number Diff line change 37
37
written
38
38
*/
39
39
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
40
// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
45
41
// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
46
42
// 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 37
37
written
38
38
*/
39
39
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
40
// These define's must be placed at the beginning before #include "TimerInterrupt.h"
45
41
// Don't define TIMER_INTERRUPT_DEBUG > 2. Only for special ISR debugging only. Can hang the system.
46
42
#define TIMER_INTERRUPT_DEBUG 1
Original file line number Diff line number Diff line change 37
37
written
38
38
*/
39
39
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
40
// These define's must be placed at the beginning before #include "TimerInterrupt_Generic.h"
45
41
// _TIMERINTERRUPT_LOGLEVEL_ from 0 to 4
46
42
// 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 20
20
21
21
// To demo how to include files in multi-file Projects
22
22
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
-
27
23
#include " multiFileProject.h"
28
24
29
25
// 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