PWM ansteuerbar und TOP wird returned

This commit is contained in:
Tristan Krause 2019-05-28 12:32:31 +02:00
parent 1f53117577
commit 2c47159df3
78 changed files with 459 additions and 148 deletions

View file

@ -102,6 +102,12 @@ public:
* \return gelesenes Integer
*/
uint16_t readInt(void) volatile;
/**
* Liest ein uint32_t aus dem Eingangspuffer
* \return gelesenes uint32_t
*/
uint32_t readU32(void) volatile;
/**********************/