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@3:72c7158376db, 2018-10-05 (annotated)
- Committer:
- Suzutomo
- Date:
- Fri Oct 05 08:11:37 2018 +0000
- Revision:
- 3:72c7158376db
- Parent:
- 2:3657788ab5fd
- Child:
- 11:8fa43cb31f9b
iroirokaeta; iwamoto don't use my Liblary
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| Suzutomo | 3:72c7158376db | 1 | #include "mbed.h" |
| Suzutomo | 0:a1d2ea7aa5c6 | 2 | |
| Suzutomo | 0:a1d2ea7aa5c6 | 3 | enum WireSel { |
| Suzutomo | 0:a1d2ea7aa5c6 | 4 | FEP01,TweLite |
| Suzutomo | 0:a1d2ea7aa5c6 | 5 | }; |
| Suzutomo | 1:019a7d4201c2 | 6 | |
| Suzutomo | 0:a1d2ea7aa5c6 | 7 | class CERICA |
| Suzutomo | 0:a1d2ea7aa5c6 | 8 | { |
| Suzutomo | 0:a1d2ea7aa5c6 | 9 | private: |
| Suzutomo | 0:a1d2ea7aa5c6 | 10 | DigitalOut wireSelect; |
| Suzutomo | 0:a1d2ea7aa5c6 | 11 | |
| Suzutomo | 0:a1d2ea7aa5c6 | 12 | public: |
| Suzutomo | 0:a1d2ea7aa5c6 | 13 | CERICA(WireSel WireSel_); |
| Suzutomo | 0:a1d2ea7aa5c6 | 14 | }; |