Good day
I need to convert this simple code from Picaxe 08M to Picaxe 08M2 Can someone please help. It does not like when I replace PIN3 with C.3 etc.
Regards
Vissie
#Picaxe 08M
#No_Data
DO
SYMBOL SENSEPIN = PIN3
IF SENSEPIN = 1 THEN
pwmout 2 , 3 , 7
ELSE
pwmout 2 , OFF
END IF
LOOP
I need to convert this simple code from Picaxe 08M to Picaxe 08M2 Can someone please help. It does not like when I replace PIN3 with C.3 etc.
Regards
Vissie
#Picaxe 08M
#No_Data
DO
SYMBOL SENSEPIN = PIN3
IF SENSEPIN = 1 THEN
pwmout 2 , 3 , 7
ELSE
pwmout 2 , OFF
END IF
LOOP