METRO MINI 328 Questions

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
BURevisfan
 
Posts: 31
Joined: Wed Oct 17, 2018 4:05 pm

METRO MINI 328 Questions

Post by BURevisfan »

Good morning All,

I'm having a rough morning and blanking on concepts I should know :)

I have a couple questions I'd like confirmed on the Metro Mini 328.

1) The Analog Pins A0-A5 can be used as Digital Outputs.... right?

2) Assuming yes to Question #1, for digital use they would be defined and used as Pins 14-19?

3) Does anything need to be down to AREF when using them as digital outputs?

thanks in advance!
Robert

User avatar
adafruit_support_carter
 
Posts: 29483
Joined: Tue Nov 29, 2016 2:45 pm

Re: METRO MINI 328 Questions

Post by adafruit_support_carter »

1) The Analog Pins A0-A5 can be used as Digital Outputs.... right?
Yes
2) Assuming yes to Question #1, for digital use they would be defined and used as Pins 14-19?
Yes
https://learn.adafruit.com/adafruit-metro-mini/pinouts
but can also just use the Ax names, ex:

Code: Select all

pinMode(A0, OUTPUT);
digitalWrite(A0, HIGH);
3) Does anything need to be down to AREF when using them as digital outputs?
No

User avatar
BURevisfan
 
Posts: 31
Joined: Wed Oct 17, 2018 4:05 pm

Re: METRO MINI 328 Questions

Post by BURevisfan »

thank you!

Locked
Please be positive and constructive with your questions and comments.

Return to “Metro, Metro Express, and Grand Central Boards”