Hello all,
I was thinking about the conversion of my old ArduPilot Mega 1280 + Oilspan into a digital level tool.
I need to attach an LCD display: as you know the Arduino LCD library requires 6 digital pins. I was wondering if it's possible to use the output pins for the display.
I've seen Jordi Munoz's servo dancing code, but I'm not sure if that can be of any help because the output pins are referred with AVR code and not with "decimal" number...
Can somebody help me please? :)
Replies
I partially figured it out by looking at the Ardupilot 1280 schematics.
The output pins are:
Now I'm able to use the LCD. Though, it would be interesting to know the input channels pins numbering. Frankly, I've lost myself in the schematics...