|
JST SH-Style Connector Board for Micro Metal Gearmotors, 2-Pin, Side-Entry (10-Pack) |
|
ACS37800KMACTR-030B3-I2C Power Monitor Carrier with Secondary I²C Isolation (Soldered Terminal Block, 240VRMS Jumper) |
|
ACS71240KEXBLT-050B5 Current Sensor Carrier -50A to +50A, 5V |
|
CT432-HSWF65MR TMR Current Sensor Compact Carrier -65A to +65A, 5V |
|
A5984 Stepper Motor Driver Carrier, Adjustable Current, Blue Edition (Soldered Header Pins) |
|
JST SH-Style Connector Board for Micro Metal Gearmotors, 2-Pin, Back-Entry (2-Pack) |
|
CT433-HSWF30DR TMR Current Sensor Compact Carrier 0A to 30A, 3.3V |
|
CT220RMV-HS5 Contactless Current Sensor Carrier ±15mT/150G |
|
CT433-HSWF20MR TMR Current Sensor Compact Carrier -20A to +20A, 3.3V |
|
VL53L4CD Time-of-Flight Distance Sensor Carrier with Voltage Regulator, 120cm Max |
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