mirror of
https://github.com/Theaninova/Arduino-IRremote.git
synced 2025-12-11 08:56:14 +00:00
Commenting formatting
move ISR macros to ISR header
This commit is contained in:
10
IRremote.h
10
IRremote.h
@@ -220,14 +220,4 @@ public:
|
||||
VIRTUAL void space(int usec);
|
||||
} ;
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Some useful constants
|
||||
|
||||
#define USECPERTICK 50 // microseconds per clock interrupt tick
|
||||
#define RAWBUF 100 // Length of raw duration buffer
|
||||
|
||||
// Marks tend to be 100us too long, and spaces 100us too short
|
||||
// when received due to sensor lag.
|
||||
#define MARK_EXCESS 100
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user