Hi all, newbie here. Have not posted in a while, as I have made good progress on my own with Timers, Interrupts and using the comparator (which is not directly supported by GCB).
In the process I noted that there seems to be two formats for using the EPWrite command.
In the timer example in help we see: EPWrite (DataCount, TMR1H)
In the EEprom section of help we see: EPWrite CurrentAddress, ReadAD(AN0)
Note that the timer example uses EPWrite (Data, Location).
Where as the EPWrite says : EPWrite location, data with no parenthesis and transposing the location and data variables.
Are both of these formats correct?
Thanks, Ed.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all, newbie here. Have not posted in a while, as I have made good progress on my own with Timers, Interrupts and using the comparator (which is not directly supported by GCB).
In the process I noted that there seems to be two formats for using the EPWrite command.
In the timer example in help we see: EPWrite (DataCount, TMR1H)
In the EEprom section of help we see: EPWrite CurrentAddress, ReadAD(AN0)
Note that the timer example uses EPWrite (Data, Location).
Where as the EPWrite says : EPWrite location, data with no parenthesis and transposing the location and data variables.
Are both of these formats correct?
Thanks, Ed.
Never mind! I realize this was a dumb question. The only difference is the parenthesis, which appearently do not matter!