stroke verbessert

This commit is contained in:
Tristan Krause 2019-03-27 10:49:08 +01:00
parent 9ef5fdc9a9
commit 8bf9cfe00d
6 changed files with 13 additions and 12 deletions

View file

@ -34,7 +34,7 @@ public:
bool analogeAusgabe0(uint16_t);
bool analogeAusgabe1(uint16_t);
uint16_t analogeEingabe(uint8_t);
bool analogEingabeSequenz(uint16_t*, uint16_t*, uint32_t, uint32_t, uint16_t, uint16_t, uint16_t);
bool analogEingabeSequenz(uint8_t channel_a, uint16_t* buffer_a, uint32_t offset_a, uint8_t channel_b, uint16_t* buffer_b, uint32_t offset_b, uint16_t start, int16_t delta, uint16_t count);
// Serielle Verbindung
inline void writeByte(uint8_t);