Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: Motorino_Lib xxx_Motorino_Lib
Diff: Kanal.h
- Revision:
- 2:29582cbece6d
- Parent:
- 1:33cca476d387
- Child:
- 3:d53e45e1acae
--- a/Kanal.h Tue Sep 28 15:47:07 2021 +0000
+++ b/Kanal.h Tue Sep 28 15:49:38 2021 +0000
@@ -10,7 +10,7 @@
* Kanal achse;
* int main() {
* while(1) {
- achse.go(180.1000); //180° in 1000ms
+ achse.go(180,1000); //180° in 1000ms
while (achse.isBusy(); //warte solange beschäftigt
* }
* }