Wednesday, October 6, 2010

Find the Hardware and download the Software Here…

 

Hardware list:

Software:

i2cmaster.c and i2c master.h courtesy of Jim Remington and Peter Fleury. Baby O-compatible version is at: http://www.uoxray.uoregon.edu/orangutan/i2c.zip
Get the main C program, header file and optional declination table development kit at my Pololu Forum post

Read the comment sections for explanations of how each function works and examine the pinout diagram for each sensor.
The _myincludes.h should be the only #include needed as it contains all needed pololu .h references.
I stored _myincludes.h in the avr/../pololu/ subdirectory and call it from the main program with #include <pololu/_myincludes.h>