20x2 programming error

lettcco

New Member
Hi,

I am programming a 20x2 using logicator 3.3.0. As I export it to BASIC I see that for the end subproc it automatic insert "let pins = 0" and as I try to program the pic the software will say unknown variable "pins". When I remove the whole line, it worked fine...so is this a bug in logicator or am I missing something?
 

hippy

Ex-Staff (retired)
Welcome to the PICAXE forum.

This appears to be a mistake with 20X2 code creation which we will investigate. You can likely delete the line with no adverse effect or change it to "let pinsB = 0".
 
Top