DCC_DEBUG: new function getNestedIrqCount()

getNestedIrqCount() returns how often the DCC-Irq interrupted itself.
This is a hint that the DCC Signal is not clean and there are glitches.
This commit is contained in:
MicroBahner
2016-07-18 16:21:20 +02:00
parent 0bab98c838
commit e0d46ff9b9

View File

@@ -203,6 +203,7 @@ class NmraDcc
uint8_t getTickCount(void);
uint8_t getBitCount(void);
uint8_t getState(void);
uint8_t getNestedIrqCount(void);
#endif
};