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: FRDM-TFC MMA8451Q mbed-dsp mbed
Diff: Disgruntled_Car.h
- Revision:
- 2:616e8ea9b3b0
- Parent:
- 0:22435aad2270
diff -r 611e47a880b1 -r 616e8ea9b3b0 Disgruntled_Car.h
--- a/Disgruntled_Car.h Fri Mar 03 18:57:32 2017 +0000
+++ b/Disgruntled_Car.h Fri Mar 03 20:06:14 2017 +0000
@@ -35,8 +35,8 @@
disgruntledcar();
- void initServo(float ServoPulseWidthMin, float ServoPulseWidthMax, float ServoPeriod);
- void initMotor(float SwitchingFrequency);
+ void initServo(float SerPWMin, float SerPWMax, float SerPer);
+ void initMotor(float SwFreq);
bool getSwitch1();
bool getSwitch2();