gyo
SBDBT.h
- Committer:
- gotto0
- Date:
- 2017-05-06
- Revision:
- 2:1472e7c5317d
- Parent:
- 1:8810976be033
- Child:
- 4:3f384ebf4509
File content as of revision 2:1472e7c5317d:
#ifndef INCLDUED_SBDBT_h_ #define INCLDUED_SBDBT_h_ #include "mbed.h" namespace raven { class SBDBT { private: char i; char length; char value; char position; char *tmp; char readable; Serial *sr; public: char *data; SBDBT(PinName, PinName); SBDBT(PinName, PinName, int); void getf(); ~SBDBT(); }; }//namespace #endif