do you think that looks even close ?So say
FOR A=1 to 20
HIGH PORTA+A
NEXT
will work?
assuming the 18 [chip dependent] pins in that range are set as digital outputCode:FOR A=0 to 20 PORTA.0[A]=1 NEXT
do you think that looks even close ?So say
FOR A=1 to 20
HIGH PORTA+A
NEXT
will work?
assuming the 18 [chip dependent] pins in that range are set as digital outputCode:FOR A=0 to 20 PORTA.0[A]=1 NEXT
Warning I'm not a teacher
Bookmarks