I'm doing programming via the arduino IDE software. I've been trying to look for the accelerometer input pins just like the one from this video, https://www.youtube.com/watch?v=dfT9Pf_y7NA at 0:39 (pins AO, A1 and A3) and I can't seem to find the pin numbers for the ardupilot since it is an onboard accelerometer.
thank you.
Replies
You can however see tbe test sketches as examples how to use the HAL layer in Ardupilot for your own projects. It is as easy as Arduino. You need the special Ardupilot version of Arduino that supprts the HAL layer - see the developer guide.
Regards, Søren