Commenting formatting

move ISR macros to ISR header
This commit is contained in:
Bluechip
2015-06-20 17:54:18 +01:00
parent 7b8444a305
commit 5d994880b9
2 changed files with 362 additions and 294 deletions

View File

@@ -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