need to use Dynamixel

Dependents:   YOZAKURA_ARM YOZAKURA_ARM_USB YOZAKURA_ARM_USB_Keyboard YOZAKURA_ARM_Keyboard0424 ... more

Fork of SerialHalfDuplex by Aimen Al-Refai

Files at this revision

API Documentation at this revision

Comitter:
yusuke_kyo
Date:
Thu Apr 16 02:17:54 2015 +0000
Parent:
3:8eeadefbee4e
Commit message:
pc.getc()

Changed in this revision

SerialHalfDuplex.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 8eeadefbee4e -r 9fdccecae31f SerialHalfDuplex.cpp
--- a/SerialHalfDuplex.cpp	Fri Apr 10 03:16:40 2015 +0000
+++ b/SerialHalfDuplex.cpp	Thu Apr 16 02:17:54 2015 +0000
@@ -28,12 +28,12 @@
 #include "pinmap.h"
 #include "serial_api.h"
 #include "gpio_api.h"
-#include "RawSerial.h"
+//#include "RawSerial.h"
  
 namespace mbed {
  
 SerialHalfDuplex::SerialHalfDuplex(PinName tx, PinName rx, const char *name)
-    : RawSerial(tx, rx, name) {
+    : Serial(tx, rx, name) {
     _txpin = tx;
     
     // set as input