Skip to content

Commit 145de1e

Browse files
authored
Update PwmTransceiver.h
1 parent 5692282 commit 145de1e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

PwmTransceiver.h

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,12 @@
66
*/
77

88
#define LIBCALL_ENABLEINTERRUPT
9+
#define EI_ARDUINO_INTERRUPTED_PIN
910
#include <stdint.h>
1011
#include <Arduino.h>
1112
#include <avr/io.h>
1213
#include <avr/interrupt.h>
13-
#include <TimerOne.h>
1414
#include <digitalWriteFast.h>
15-
#define EI_ARDUINO_INTERRUPTED_PIN
1615
#include <EnableInterrupt.h>
1716
#define BUFFER_SIZE 64
1817

@@ -51,9 +50,3 @@ class PwmTransceiver
5150
byte CRC8(byte data[], byte len);
5251

5352
};
54-
/*
55-
extern volatile bool flagDecoder;
56-
extern volatile unsigned long timeOld;
57-
extern void isrPwmDecoder();
58-
extern void checkMicrosReset();
59-
*/

0 commit comments

Comments
 (0)