NagaokaRoboticsClub_mbedTeam / Mbed 2 deprecated 2020BAuto

Dependencies:   mbed ikarashiMDC_2byte_ver lpf

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers pin_config.h Source File

pin_config.h

00001 #ifndef PIN_CONFIG_H
00002 #define PIN_CONFIG_H
00003 
00004 const int startTrig = 1;
00005 const float closeStopTrig = 1.0;
00006 const float loosenTrig = 3.0;
00007 const float leaveStopTrig = 1.0;
00008 const float tightenTrig = 2.0;
00009 const float turnTrig = 1.3;
00010 
00011 #endif