|
Pololu Digital Distance Sensor v2, 10cm, Side-Entry Connector |
|
24V, 4A Step-Down Voltage Regulator D42V55F24 |
|
JST PH-Style Cable with Female Pins for 0.1" Housings, 3-Pin, 75cm |
|
Pololu I²C Isolator with Isolated Power, ISO1640, MIE1W0505BGLVH, 5V/3.3V, 200mA |
|
ACS37042KLHBLT-030B5 Current Sensor Compact Carrier -30A to +30A, 5V |
|
CT432-HSWF20DR TMR Current Sensor Compact Carrier 0A to 20A, 5V |
|
RobustMotion RM-EGB Series 24VDC Compact Finger Gripper, 16D, PNP + RS-485 Interface |
|
QTRXL-MD-01RC-S Reflectance Sensor: 1-Channel, 8mm Wide, RC Output, Long Range, Side-Entry Connector |
|
Pololu Reverse Voltage Protector, 4-60V, 20A |
|
Pololu Ideal Diode Reverse Voltage Protector, 4-60V, 20A |
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