|
Pololu Digital Distance Sensor v2, 5cm, Side-Entry Connector |
|
3.3V, 600mA Step-Down Voltage Regulator D24V7F3 |
|
6V, 500mA Step-Down Voltage Regulator D45V5F6 |
|
A89301-Based Sensorless Brushless Motor Controller, 50V, 11A |
|
Pololu I²C Isolator with Isolated Power and Connectors, ISO1640, MIE1W0505BGLVH, 5V/3.3V, 200mA |
|
JST SH-Style Cable, 2-Pin, Female-Female, 25cm |
|
ACS72981LLRATR-050U5 Current Sensor Compact Carrier 0A to 50A, 5V |
|
24V Step-Up Voltage Regulator U3V9F24 |
|
ACS37030LLZATR-040B3 Current Sensor Large Carrier -40A to +40A, 3.3V |
|
12V Step-Up Voltage Regulator U3V9F12 |
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