Sunday, 16 August 2015

Arduino with accelerometer servo motor

ADXL345 accelerometer 2 servo motor control application. Arduino Code // ADXL345 accelerometer 2 servo motor control #include #include Servo myservox;Servo myservoy; #define DEVICE (0x53) #define TO_READ (6) #define TRIGGER 16 byte buff[TO_READ] ; int i;void setup(){ pinMode(TRIGGER,OUTPUT)...
By: sezgingul

Continue Reading »

from Instructables: exploring - technology - robots http://ift.tt/1Ewstzo

0 comments:

Post a Comment