address for Port F on Teensy 2

Status
Not open for further replies.

maa@vims.edu

New member
I am using aveasm2 to compile my .asm program, run in a Teensy 2 unit.
So far I am using the address for port B, C, and D as
.equ PORTB = 0x05
.equ DDRB = 0x04
.equ PORTD = 0x0A
.equ DDRD = 0x0B
.equ PORTC = 0x08
.equ DDRC = 0x07

Recently, I need to use port F, but what are the address for it? Please help. thanks and best.
 
Status
Not open for further replies.
Back
Top