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.
Diff: Motor/Motor.h
- Revision:
- 1:5b0303768126
- Parent:
- 0:db8d4af513c0
- Child:
- 2:32d2cd7d744b
--- a/Motor/Motor.h Mon Jan 20 08:46:24 2020 +0000
+++ b/Motor/Motor.h Tue Jan 21 11:10:33 2020 +0000
@@ -21,7 +21,7 @@
BRAKE
*/
/* pwm
- pwm is 0 ~ 100(%)
+ pwm is 0 ~ 255(%)
*/
// durection and pwm set
void Dir(dire mode, uint8_t pwm);