Looking to use A0-A7 as digital output pins54-61 . Is it possible to use port manipulation to set these? I tried using PORTF = B11111111; to no avail.
References
Port Manipulation: Arduino Reference - Arduino Reference
Port Mapping: https://spreadsheets.google.com/pub?key=rtHw_R6eVL140KS9_G8GPkA&gid=0
Thank you for your help.