input pulling on HW Timer (DUE)

This commit is contained in:
2021-07-30 02:21:54 +03:00
parent 256ca471fc
commit 8f88df5739
6 changed files with 226 additions and 118 deletions

View File

@@ -10,6 +10,7 @@
//#include <DueFlashStorage.h>
#include <watchdog.h>
#include <ArduinoHttpClient.h>
#include "TimerInterrupt_Generic.h"
#endif
#if defined(ARDUINO_ARCH_AVR)
@@ -285,7 +286,7 @@ void owIdle(void);
void modbusIdle(void);
void inputLoop(void);
void inputLoop(short);
void inputSetup(void);