Add missing pins A6 and A7 to nano#1236
Conversation
|
Build for this pull request: |
|
@elral Updated the PR with the Pro Micro max increased to 9, and also added names to the analog pins that didn't have analog names attached. I used this for reference: https://learn.sparkfun.com/tutorials/pro-micro--fio-v3-hookup-guide |
|
Build for this pull request: |
|
I double checked the pin assignemt. The ProMicro does not have Pin D17, but this one is on the json file.
@neilenns @DocMoebiuz Any idea how to handle this? The Nano has Pin 20 and 21, but they can only be used as Anlog In. I guess we do not have a marker to avoid that they show up as digital in. Furthermore these both pins are marked as I2C in this PR, but they aren't. |
Regarding Micro vs. Pro Micro, Mobiflight website says we support the pro micro so the file should reflect that. you are correct, there is no way currently to avoid having the analog pins show up as digital. |
|
Build for this pull request: |
Fixes #1228
Adds the missing A6 and A7 pins to the nano board file and increases the max number of analog pins to 8.
While the two pins work without a firmware change, the firmware also needs to update to have a max analog pin count of 8 for all the pins to be usable at the same time (see #1228)