
d
Dependencies: mbed
Fork of AEB by
BBSerial.h
- Committer:
- clynamen
- Date:
- 2016-07-30
- Revision:
- 4:f0be0d8a0394
- Parent:
- 3:4bb49a5dfa47
File content as of revision 4:f0be0d8a0394:
#pragma once #include <mbed.h> // Handle an error-correction connection between two boards // Board to Board serial // using UART3 class BBSerial { public: BBSerial(); void printf(const char* format, ...); int scanf(const char* format, ...); Serial uart; };