We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5692282 commit 145de1eCopy full SHA for 145de1e
PwmTransceiver.h
@@ -6,13 +6,12 @@
6
*/
7
8
#define LIBCALL_ENABLEINTERRUPT
9
+#define EI_ARDUINO_INTERRUPTED_PIN
10
#include <stdint.h>
11
#include <Arduino.h>
12
#include <avr/io.h>
13
#include <avr/interrupt.h>
-#include <TimerOne.h>
14
#include <digitalWriteFast.h>
15
-#define EI_ARDUINO_INTERRUPTED_PIN
16
#include <EnableInterrupt.h>
17
#define BUFFER_SIZE 64
18
@@ -51,9 +50,3 @@ class PwmTransceiver
51
50
byte CRC8(byte data[], byte len);
52
53
};
54
-/*
55
-extern volatile bool flagDecoder;
56
-extern volatile unsigned long timeOld;
57
-extern void isrPwmDecoder();
58
-extern void checkMicrosReset();
59
-*/
0 commit comments