You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Demo C++ library and arduino project for the ADIS16448
1
+
# ADIS16448 Arduino Demo
2
+
### An Arduino demo written for the ADIS16448
3
+
4
+
This simple demo project uses a custon C++ library to interface an ADIS16448 with a 3.3V Atmel-Based Arduino.
5
+
6
+
All required libraries and sketches are included with this release and the Arduino IDE. This example is written for Arduino 1.0.6.
7
+
8
+
More information on the hardware and IDE can be found below:
9
+
10
+
-[ADIS16448](http://www.analog.com/media/en/technical-documentation/data-sheets/ADIS16448.pdf) - Compact, Precision Ten Degrees of Freedom Inertial Sensor
11
+
-[Arduino](http://www.arduino.cc/en/Main/Software) - Open-source IDE
12
+
-[Arduino Uno](http://www.arduino.cc/en/Main/ArduinoBoardUno) - ATmega328-based Development Board
13
+
14
+
A hardware setup guide will be made available at a later date.
0 commit comments