Slaveadresse von 24C16??? Kategorie: I²C-Bus (von Andre K. - 6.02.2002 23:03) | |
| |
Wolte mal eine Integerzahl auf dem EEprom speichrn und von dort lesen und diese dann auf dem LCd augeben. Jedoch funzte dies nicht. Prog: i2c.init(); string putout; int output; int read; lcd.clear(); output=1024; eeprom.writeint(117,0,output); sleep 1000; read=eeprom.readint(117,0); str.putchar(putout,'T'); str.putint(putout, read); lcd.print(putout, str.length(putout)); was mache ich flasch?? PS: Verwnde das EEprom modul von André | |
Antwort schreiben Antworten: Re: Slaveadresse von 24C16??? (von André H. - 7.02.2002 9:06) Re: Slaveadresse von 24C16??? (von André K. - 7.02.2002 9:40) Re: Slaveadresse von 24C16??? (von André H. - 8.02.2002 21:33) Re: Slaveadresse von 24C16??? (von Andre K. - 14.02.2002 21:07) |