ARDUINO 9 AXIS MOTION SHIELD software

Have installed the ARDUINO 9 AXIS MOTION SHIELD on the Mega 2560

Found the (#include "NAxisMotion.h") file but have not found how to include it in the sketch of the example found on other websites.

Or how to add a library...

I thought that since it is a Arduino board that it would simple.

New to Arduino

Any suggestions, please.

Gary

sunset_c22:
Found the (#include "NAxisMotion.h") file but have not found how to include it in the sketch of the example found on other websites.

That makes no sense. You need to do a better job explaining yourself.

sunset_c22:
Or how to add a library...

Here you go:
https://www.arduino.cc/en/Guide/Libraries

I think you need this library. Examples are included.

Thank you both, have looked at the links and should be good to go now. :slight_smile: