|
ACS37041KLHBLT-010B3 Current Sensor Micro Carrier -10A to +10A, 3.3V |
|
Motoron M3T453 Triple I²C Motor Controller with 0.1"-Pitch Through-Holes (No Headers) |
|
Glideforce GF01-121003-2-66 Micro Linear Actuator with Feedback Potentiometer: 12V, 4.3kgf, 17.6mm/s, 30mm Stroke |
|
ACS37200LLXTR-200B5 Current Sensor Large Carrier -200A to +200A, 5V |
|
QTR-MD-01RC-S Reflectance Sensor: 1-Channel, 8mm Wide, RC Output, Side-Entry Connector |
|
ACS37100LMATR-050B3 TMR Current Sensor Compact Carrier -50A to +50A, 3.3V |
|
ISO6521 2-Channel Digital Isolator Carrier, 1/1, Default High, Functional Isolation |
|
Glideforce GF01-121005-1-66 Micro Linear Actuator with Limit Switches: 12V, 4.3kgf, 17.6mm/s, 50mm Stroke |
|
ACS37200LLXTR-100B5 Current Sensor Compact Carrier -100A to +100A, 5V |
|
3.3V, 600mA Step-Down Voltage Regulator D24V7F3 |
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