テスト
Diff: DisplayApp.h
- Revision:
- 8:19305047debb
- Parent:
- 7:99022c278aa1
diff -r 99022c278aa1 -r 19305047debb DisplayApp.h --- a/DisplayApp.h Fri Nov 16 08:07:57 2018 +0000 +++ b/DisplayApp.h Wed Nov 21 02:26:17 2018 +0000 @@ -15,6 +15,8 @@ */ class DisplayApp { public: + + USBSerial PcApp; /** Touch position structure */ typedef struct { uint32_t x; /**< The position of the x-coordinate. */ @@ -89,6 +91,7 @@ int GetCoordinates(int touch_buff_num, touch_pos_t * p_touch); char Getgetc(); + private: typedef enum { @@ -104,7 +107,6 @@ POS_SEQ_END, } pos_seq_t; - USBSerial PcApp; Thread displayThread; pos_seq_t pos_seq; int pos_x;