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: ![]() ![]() ![]() ![]() |