Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: ST7032 QEI PS4Serial
Dependents: 2021Arobo_UMAPYOI 2021Arobo_YUMIPYOI
cerica2.h@0:a1d2ea7aa5c6, 2018-09-07 (annotated)
- Committer:
- Suzutomo
- Date:
- Fri Sep 07 01:50:16 2018 +0000
- Revision:
- 0:a1d2ea7aa5c6
- Child:
- 1:019a7d4201c2
for Cerica
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Suzutomo | 0:a1d2ea7aa5c6 | 1 | #include "SB1602E.h" |
| Suzutomo | 0:a1d2ea7aa5c6 | 2 | #include "PS4Serial.h" |
| Suzutomo | 0:a1d2ea7aa5c6 | 3 | #include "perica3.h" |
| Suzutomo | 0:a1d2ea7aa5c6 | 4 | |
| Suzutomo | 0:a1d2ea7aa5c6 | 5 | enum WireSel { |
| Suzutomo | 0:a1d2ea7aa5c6 | 6 | FEP01,TweLite |
| Suzutomo | 0:a1d2ea7aa5c6 | 7 | }; |
| Suzutomo | 0:a1d2ea7aa5c6 | 8 | class CERICA |
| Suzutomo | 0:a1d2ea7aa5c6 | 9 | { |
| Suzutomo | 0:a1d2ea7aa5c6 | 10 | private: |
| Suzutomo | 0:a1d2ea7aa5c6 | 11 | I2C i2c; |
| Suzutomo | 0:a1d2ea7aa5c6 | 12 | DigitalOut wireSelect; |
| Suzutomo | 0:a1d2ea7aa5c6 | 13 | |
| Suzutomo | 0:a1d2ea7aa5c6 | 14 | public: |
| Suzutomo | 0:a1d2ea7aa5c6 | 15 | SB1602E lcd; |
| Suzutomo | 0:a1d2ea7aa5c6 | 16 | PS4Serial PS4; |
| Suzutomo | 0:a1d2ea7aa5c6 | 17 | PERICA perica; |
| Suzutomo | 0:a1d2ea7aa5c6 | 18 | CERICA(WireSel WireSel_); |
| Suzutomo | 0:a1d2ea7aa5c6 | 19 | }; |