Shop OBEX P1 Docs P2 Docs Learn Events
var on 24lc32 — Parallax Forums

var on 24lc32

ArchiverArchiver Posts: 46,084
edited 2003-05-05 10:58 in General Discussion
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
Sign In or Register to comment.