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 BufferedSerial ConfigFile
ROBOFRIEN_MOTOR.h
00001 00002 #ifndef MBED_ROBOFRIEN_MOTOR_H 00003 #define MBED_ROBOFRIEN_MOTOR_H 00004 00005 #include "mbed.h" 00006 00007 00008 00009 class ROBOFRIEN_MOTOR { 00010 public: 00011 void Init(); 00012 void update(); 00013 void OFF(); 00014 int16_t Value[6]; // 0 ~ 10000 00015 private: 00016 00017 }; 00018 00019 #endif
Generated on Sat Jul 16 2022 14:19:21 by
1.7.2