Kim Youngsik / Mbed 2 deprecated 0ROBOFRIEN_FCC_v1_12

Dependencies:   mbed BufferedSerial ConfigFile

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ROBOFRIEN_MOTOR.h Source File

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