謙一 永井
/
SRC2018Auto
0910
User.h
- Committer:
- kenboh
- Date:
- 2019-09-10
- Revision:
- 1:5f5d47a593bc
- Parent:
- 0:2a0c62e53e9c
File content as of revision 1:5f5d47a593bc:
#ifndef USER_H_ #define USER_H_ #include "mbed.h" DigitalIn LIMIT1(PC_9); DigitalIn LIMIT2(PC_8); DigitalIn LIMIT3(PC_6); typedef enum{ ACT=0, NACT }FLG; #endif