
class
Dependencies: mbed ADXL345 Adafruit_GFX
serial.h
- Committer:
- hunjang
- Date:
- 2021-06-15
- Revision:
- 2:0e750a9195a3
- Parent:
- 0:b34fae676934
File content as of revision 2:0e750a9195a3:
// made by H.S. Lee, 2021-05-18 #ifndef SERIAL_LEE #define SERIAL_LEE extern Serial pc; extern Serial bt; extern char PC_rxData[]; extern char BT_rxData[]; extern bool flagPC_Rx; extern bool flagBT_Rx; void PC_ReceiveInt(void); void BT_ReceiveInt(void); #endif