juchong / ADIS16460-Arduino-Teensy

Example C++ library and arduino project for the ADIS16460 and Teensy development platform.
http://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16460.pdf
8 stars 1 forks source link

Arduino Zero #1

Open gabrielwaibel opened 5 years ago

gabrielwaibel commented 5 years ago

Hi

I know this is for the arduino teensy, but what I've to change that it works for the Arudino Zero?

Especially this command: ADIS16460 imu(10, 2, 9); // Arguments: Chip Select, Data Ready, Reset Pin Assignments. the port in the Arduino IDE gets greyed out and I can't connect to it.

Do I have to change the pins 10,2,9? But I should be able to use them on the zero.

Thanks

juchong commented 5 years ago

Hi Gabriel,

Unfortunately, this library was designed exclusively for the Arduino Teensy 3.2 and the Arduino Zero is not supported. I currently have no plans to expand the library to any additional hardware. You would likely have to adjust the pin assignments and SPI library to work with the Zero to make this code work.