PWM ansteuerbar und TOP wird returned
This commit is contained in:
parent
1f53117577
commit
2c47159df3
78 changed files with 459 additions and 148 deletions
|
@ -76,11 +76,18 @@ public:
|
|||
|
||||
/**
|
||||
* Sendet ein Integer über die USART Schnittstelle
|
||||
* \param b das zu sendende Byte
|
||||
* \param b das zu sendende Int
|
||||
* \throws USARTException
|
||||
*/
|
||||
void writeInt(uint16_t d);
|
||||
|
||||
/**
|
||||
* Sendet ein uint32_t über die USART Schnittstelle
|
||||
* \param b das zu sendende uint32_t
|
||||
* \throws USARTException
|
||||
*/
|
||||
void writeU32(uint32_t d);
|
||||
|
||||
/**
|
||||
* Empfängt ein Byte über die USART Schnittstelle
|
||||
* \throws USARTException
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue