Assign Port and Pin to an array of records?

General discussion on mikroPascal PRO for PIC32.
Post Reply
Author
Message
apalmer
Posts: 2
Joined: 29 Aug 2014 07:06

Assign Port and Pin to an array of records?

#1 Post by apalmer » 29 Aug 2014 07:19

Hi, I'm new to the forum and this may have been covered some where else.

I am trying to assign a PORT and a PIN in an array of records, and I'm lost...

Type
Something = Record
APort:??????
APin:??????
BPin:????
end;

var Things : Array[0..4] of Something;

What am I missing or doing wrong?
Hope this helps..?

Post Reply

Return to “mikroPascal PRO for PIC32 General”