Labirinto com Arduino e Acelerômetro MPU6050

...//#include "MPU6050.h" #if I2CDEV_IMPLEMENTATION == I2CDEV_ARDUINO_WIRE #include "Wire.h" #endif MPU6050 mpu; #define OUTPUT_READABLE_YAWPITCHROLL #define INTERRUPT_PIN 2 #define LED_PIN 13 // (Arduino is 13, Teensy is 11, Teensy++ is 6) bool...

Conecte dispositivos USB ao Arduino usando o USB Host Shield

...to connect - used on Leonardo, Teensy and other boards with built-in USB CDC serial connection #endif if (Usb.Init() == -1) { Serial.print("rnOSCOKIRQ failed to assert"); while (1); // halt...