On the ATMega328p based Arduino Nano I have been able to declare and define digital ports B, C and D using the integrated variables DDRB, DDRC or DDRD (to declare pins as either input or output) and PORTB, PORTC or PORTD (to set the pins high or low.) However, when I try compiling to use Artemis Nano, the variable PORTB is not declared. Is there an alternative for digital port manipulation on the Artemis Nano? A port would encompass pins 1 through 8, for example.
Thanks