DP / Mbed 2 deprecated RCControlOOPWithThrottle

Dependencies:   mbed

Fork of RCControlOOP by DP

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers WirelessMousr.h Source File

WirelessMousr.h

00001 #include "Mousr.h"
00002 
00003 class WirelessMousr : public Mousr
00004 {    
00005     public:
00006     WirelessMousr();
00007     int init();
00008     void rxCallback();
00009     
00010     private:
00011     // Bluetooth
00012     Serial pc;//(p13, p14); // tx, rx    
00013 };