prokas nikos's Discussions (4)

Sort by

Analog Pins On APM 2.6

Hi guys,

I am trying to enable PINS A8-A10 as inputs to APM 2.6. and enable PCINT interrupts on them but it doesn't seem to work in any way.
Any ideas where those pins are used in the apm firmware?

Read more…

Sonar Orientation

I found on MPNG Code at Rangefinder.h the following lines in comments.

/*
 * #define AP_RANGEFINDER_ORIENTATION_FRONT          0, 10,  0
 * #define AP_RANGEFINDER_ORIENTATION_RIGHT        -10,  0,  0
 * #define AP_RANGEFINDER_ORIENTATION_BACK         

Read more…