bigal
New Member
Posts: 12
|
Post by bigal on Aug 29, 2019 7:41:11 GMT
Hi,
I need the ports A0 to A15 as digital outputs. There are a view documentations around about the ShieldBuddy and it is not clear for me what is valid.
I found in a documentation (2.4, 2015-05) for example for analog port 0 the following info:
Arduino Signal Name: Analog Pin 0
ShieldBuddy Connector Name: ADCL.1
TC275T Pin Assignment: SAR4.7 / P32.3
If I understand this correct this means, that A0 is connected to SAR4.7 (analog input port) AND P32.3 (digital port). My question is now how I can access the digital port P32.2? The following does not work:
pinMode(A0, OUTPUT); digitalWrite(A0, HIGH); Where is port P32.2 defined? What is the name in the code of this port?
Alex
|
|
|
Post by rvsmith on Sept 12, 2019 8:42:00 GMT
|
|
|
Post by Admin on Sept 12, 2019 10:41:30 GMT
Please check the latest user manual! The latest boards support digital IO on all analog pins.
|
|