NHK2020 B tukemonoisi
Dependencies: mbed ikarashiMDC_2byte_ver lpf
pin_config.h
- Committer:
- THtakahiro702286
- Date:
- 2020-11-07
- Revision:
- 0:73bc775f95cf
File content as of revision 0:73bc775f95cf:
#ifndef PIN_CONFIG_H #define PIN_CONFIG_H const int startTrig = 1; const float closeStopTrig = 1.0; const float loosenTrig = 3.0; const float leaveStopTrig = 1.0; const float tightenTrig = 2.0; const float turnTrig = 1.3; #endif