|
JST PH-Style Cable, 6-Pin, Female-Female, 10cm |
|
JST PH-Style Cable with Female Pins for 0.1" Housings, 6-Pin, 75cm |
|
ACS37800KMACTR-030B3-I2C Power Monitor Carrier with Secondary I²C Isolation (Soldered Terminal Block, 240VRMS Jumper) |
|
JST PH-Style Cable, 5-Pin, Female-Female, 10cm |
|
TB67H453FTG (QFN) Single Brushed DC Motor Driver Carrier |
|
ACS37042KLHBLT-030B3 Current Sensor Micro Carrier -30A to +30A, 3.3V |
|
Dobot Vision Kit |
|
ACS37042KLHBLT-030B5 Current Sensor Micro Carrier -30A to +30A, 5V |
|
Breakout for JST SH-Style Connector, 2-Pin Male Top-Entry (2-Pack) |
|
CT433-HSWF30DR TMR Current Sensor Compact Carrier 0A to 30A, 3.3V |
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