Hi,
what does it mean this message?
Error[101] c:\pbp2.50\pbppic12.lib5760: ERRORLibrary cannot exceed first 256 words.)
thx
chip_s
Hi,
what does it mean this message?
Error[101] c:\pbp2.50\pbppic12.lib5760: ERRORLibrary cannot exceed first 256 words.)
thx
chip_s
Hi, I use a pic 12f509 with SOUND.
INTOSC e internal MCLR.
Here is the program.
thx chip_s
include "modedefs.bas"
loop:
sound GPIO.4,[123,20]
PAUSE 100
GOTO LOOP
END
Sory, this is the program that produces me the error.
include "modedefs.bas"
v1 var byte
loop:
POT GPIO.4,255,V1
serout GPIO.0,2,[#V1]
sound GPIO.5,[124,20]
PAUSE 100
SEROUT GPIO.0,2,[12,1]
GOTO LOOP
END
Bookmarks