var on 24lc32
Archiver
Posts: 46,084
Thanks you guys, i install an external 24LC32 eeprom to my robot,
but now how do i write a variable to it and how do i used it.
I know i got to use the commands 12COUT and I2CIN. But in the
following subroutine how would i implemented the var tune.
tune VAR word
cricket:
for tune =18 to 12
pause tune
freqout spkr,tune,1900 'toggle spk
next
return
thanks
John
but now how do i write a variable to it and how do i used it.
I know i got to use the commands 12COUT and I2CIN. But in the
following subroutine how would i implemented the var tune.
tune VAR word
cricket:
for tune =18 to 12
pause tune
freqout spkr,tune,1900 'toggle spk
next
return
thanks
John