|
Pololu Digital Distance Sensor v2, 10cm, Side-Entry Connector |
|
A5984 Stepper Motor Driver Carrier, Fixed 1A@5V / 660mA@3.3V, Blue Edition |
|
JST SH-Style Cable, 4-Pin, Female-Female, 63cm |
|
Pololu Isolated USB-to-I²C Adapter with Isolated Power |
|
TB67H453FTG (QFN) Single Brushed DC Motor Driver Carrier |
|
0.100″ (2.54 mm) Breakaway Male Header: 1×4-Pin, Right Angle, Black, 50-Pack |
|
CT433-HSWF50DR TMR Current Sensor Compact Carrier 0A to 50A, 3.3V |
|
ACS37030LLZATR-065B3 Current Sensor Large Carrier -65A to +65A, 3.3V |
|
ACS72981KLRATR-150U5 Current Sensor Compact Carrier 0A to 150A, 5V |
|
CT432-HSWF50DR TMR Current Sensor Compact Carrier 0A to 50A, 5V |
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