|
Pololu Ideal Diode Reverse Voltage Protector, 4-60V, 25A |
|
Glideforce GF01-120501-1-66 Micro Linear Actuator with Limit Switches: 12V, 2.2kgf, 28mm/s, 10mm Stroke |
|
12V Step-Up Voltage Regulator U3V9F12 |
|
JST SH-Style Connector Board for Micro Metal Gearmotors, 2-Pin, Side-Entry (2-Pack) |
|
Pololu Digital Distance Sensor v2 with Pulse Width Output, 50cm Max, Side-Entry Connector |
|
JST PH-Style Cable with Female Pins for 0.1" Housings, 2-Pin, 12cm |
|
Pololu Ideal Diode Reverse Voltage Protector, 4-60V, 12A |
|
ACS37042KLHBLT-010B3 Current Sensor Micro Carrier -10A to +10A, 3.3V |
|
CT433-HSWF20DR TMR Current Sensor Compact Carrier 0A to 20A, 3.3V |
|
ACS37041KLHBLT-030B3 Current Sensor Compact Carrier -30A to +30A, 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