stroke verbessert
This commit is contained in:
parent
9ef5fdc9a9
commit
8bf9cfe00d
6 changed files with 13 additions and 12 deletions
2
main.cpp
2
main.cpp
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue