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

@ -19,7 +19,7 @@ int main()
uint16_t ba[1024];
uint16_t bb[1024];
drv.analogEingabeSequenz(&ba[0], &bb[0], 0, 0, 0, 10, 100);
drv.analogEingabeSequenz(1, &ba[0], 0, 0, &bb[0], 0, 1000, -10, 101);
std::cout << "Schluss." << std::endl;
}