CoderDojoGitHub / robot1-series

Our first series of hardware and software hacking classes.
MIT License
0 stars 0 forks source link

working MPU raw test #11

Open skylar opened 10 years ago

skylar commented 10 years ago

@jonmagic this was the setup that worked for me. I think any changes I are were to MPU6050_raw though you had this named differently in your project.

This project should compilable w/ the remote compiler and the CLI. For me, running this gave raw data. I may have also had the more advanced DMP test working. I'll add that code in too in the next commit.

jonmagic commented 10 years ago

Nifty :) Also, if you want to try out the AccelStepper library with your Spark Core I've been working to port it over: https://github.com/jonmagic/AccelStepper-spark

skylar commented 10 years ago

@jonmagic ok, added back in the DMP code -- I'm pretty sure this was working for me too w/ a little twiddling w/ the buffer.

jonmagic commented 10 years ago

:+1: