i get errors saying the processor type is undefined when i compile this:
#chip 10F220, 8 'mhz
#config MCLRE=off, WDT=off
'Main routine
Start:
set GPIO.1 on
wait 35 ms
wait 255 us
wait 255 us
wait 204 us
set gpio.1 off
wait 35 ms
wait 255 us
wait 255 us
wait 204 us
goto start
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i get errors saying the processor type is undefined when i compile this:
#chip 10F220, 8 'mhz
#config MCLRE=off, WDT=off
'Main routine
Start:
set GPIO.1 on
wait 35 ms
wait 255 us
wait 255 us
wait 204 us
set gpio.1 off
wait 35 ms
wait 255 us
wait 255 us
wait 204 us
goto start