NIT Fukui / CERICA_2019

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_);
};