kubtss / Mbed 2 deprecated BIRD2017

Dependencies:   mbed-rtos mbed

Committer:
shimogamo
Date:
Sat Mar 25 07:09:30 2017 +0000
Revision:
41:013df90be273
Parent:
34:770a6bbb4d63
marge

Who changed what in which revision?

UserRevisionLine numberNew contents of line
shimogamo 0:2a15bd367891 1 #ifndef BIRD_CONTROL_SERVOMANAGER_H_
shimogamo 0:2a15bd367891 2 #define BIRD_CONTROL_SERVOMANAGER_H_
shimogamo 0:2a15bd367891 3 #include "mbed.h"
shimogamo 0:2a15bd367891 4
naoya1687 34:770a6bbb4d63 5 class ServoSend {
naoya1687 34:770a6bbb4d63 6 RawSerial servo;
shimogamo 20:6fbf1f50abda 7
shimogamo 0:2a15bd367891 8 public :
naoya1687 34:770a6bbb4d63 9 ServoSend(PinName tx, PinName rx);
naoya1687 34:770a6bbb4d63 10 void send();
shimogamo 0:2a15bd367891 11 };
shimogamo 0:2a15bd367891 12
shimogamo 0:2a15bd367891 13 #endif