|
QTR-MD-01A-S Reflectance Sensor: 1-Channel, 8mm Wide, Analog Output, Side-Entry Connector |
|
Pololu Basic SPDT Relay Carrier with 5VDC Relay, Terminal Blocks, and JST SH-Style Top-Entry Connector |
|
Pololu Isolated USB-to-I²C Adapter |
|
JST PH-Style Cable, 4-Pin, Female-Female, 63cm |
|
Pololu Isolated Solid State Relay/Switch, SPST, 30V, 11A |
|
Breakout for JST SH-Style Connector, 5-Pin Male Side-Entry (2-Pack) |
|
ACS37041KLHBLT-030B5 Current Sensor Micro Carrier -30A to +30A, 5V |
|
Magnetic Encoder Pair Kit with Top-Entry Connector for 20D mm Metal Gearmotors, 20 CPR, 2.7-18V |
|
Breakout for JST SH-Style Connector, 2-Pin Male Top-Entry (2-Pack) |
|
ACS37030LLZATR-065B3 Current Sensor Compact Carrier -65A to +65A, 3.3V |
New version of the Zumo Shield for Arduino - now with full IMU!
- 14 January 2015If I use this function what else do I need to include?
void on_contact_made()
{
#ifdef LOG_SERIAL
Serial.print("contact made");
Serial.println();
#endif
in_contact = true;
contact_made_time = loop_start_time;
setForwardSpeed(FullSpeed);
buzzer.playFromProgramSpace(sound_effect);
}
New version of the Zumo Shield for Arduino - now with full IMU!
- 14 January 2015Hi, how can I add contact detection to ZumoMotors example? if Zumo detect a contact while going straight I want it to stop and back up.
Thanks,
Jimmy