But you should have a look at your PBP MAnual and the BLINK.BAS exampleCode:REPEAT HIGH GPIO.2 PAUSE 10000 LOW GPIO.1 PAUSE 3000 HIGH GPIO.1 PAUSE 10000 LOW GPIO.1 PAUSE 3000 UNTIL GPIO.3=0
But you should have a look at your PBP MAnual and the BLINK.BAS exampleCode:REPEAT HIGH GPIO.2 PAUSE 10000 LOW GPIO.1 PAUSE 3000 HIGH GPIO.1 PAUSE 10000 LOW GPIO.1 PAUSE 3000 UNTIL GPIO.3=0
regards
Ralph
_______________________________________________
There are only 10 types of people:
Those who understand binary, and those who don't ...
_______________________________________________
Hi,
I tried simulating it in Proteus..using the schematic attached..
Is it correct? I got this error:
[U1] Loading HEX file 'TIMER2.HEX'.
FATAL: [U1] Program or EEPROM data has invalid address [0FFF] for this device
What's wrong?
Bookmarks