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
- Committer:
- Suzutomo
- Date:
- 2018-10-05
- Revision:
- 3:72c7158376db
- Parent:
- 2:3657788ab5fd
- Child:
- 11:8fa43cb31f9b
File content as of revision 3:72c7158376db:
#include "mbed.h"
enum WireSel {
FEP01,TweLite
};
class CERICA
{
private:
DigitalOut wireSelect;
public:
CERICA(WireSel WireSel_);
};