Presetting Configuration Fuses (PIC Defines) into your ProgramCode:@ __CONFIG _XT_OSC & _LVP_OFF PORTB = 0 TRISB = %11111110 MAIN: TOGGLE PORTB.0 PAUSE 200 GOTO MAIN
http://www.picbasic.co.uk/forum/showthread.php?t=543
Presetting Configuration Fuses (PIC Defines) into your ProgramCode:@ __CONFIG _XT_OSC & _LVP_OFF PORTB = 0 TRISB = %11111110 MAIN: TOGGLE PORTB.0 PAUSE 200 GOTO MAIN
http://www.picbasic.co.uk/forum/showthread.php?t=543
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks