Has anyone tried to use this command? I get an error when compiling, "symbol not previously defined (EEPGD)" I also tried the line using no variables, such as:
EPWrite (0,10)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Has anyone tried to use this command? I get an error when compiling, "symbol not previously defined (EEPGD)" I also tried the line using no variables, such as:
EPWrite (0,10)
I should point out that if I comment the line, then the program compiles just fine. I am using a PIC16F684.
-Sterling
Try replacing eeprom.h with this file: http://gcbasic.sourceforge.net/newfiles/eeprom.h
This should fix the bug. Thanks for reporting it!
The new file fixed the problem, Thanks!!!!
-Sterling