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.
Dependencies: mbed
Diff: Motorsteuerung.cpp
- Revision:
- 13:565aa2c6bd3d
- Parent:
- 12:bad33209d1bb
--- a/Motorsteuerung.cpp Tue Jun 23 10:49:55 2015 +0000 +++ b/Motorsteuerung.cpp Tue Jun 23 10:53:51 2015 +0000 @@ -3,7 +3,6 @@ PwmOut mypwm(PWM_OUT); //For output PWM-pin -AnalogIn analog_value0(A0); //For reading Hall-Sensor ADC-PIN void motoransteuerung(){ mypwm.period_us(PERIODEN_DAUER);