I am new to PIC programming and PICBASIC PRO. I am trying set the configuration bits in my program so that they will not need to be set manually when I program the PIC. I have not found any information on how to do this in PICBASIC PRO. I tried to do it with a line of assembly code using the @ __config function but the PICBASIC PRO compiler would give me an error saying it "opcode expected instead of ' __config'. Can anyone help me with this?
Bookmarks