37. Integrate the new eeprom library from the link here.
You should be able to #include this new library this.
You should be able to #include this new library this.
38. You were issued with an eeprom 24LC64 IC.
This is a TWI memory that you connect to SCL and SDA on the Arduino.
Run the program from the blog.
Show your code changes and the serial monitor output in your blog.
This is a TWI memory that you connect to SCL and SDA on the Arduino.
Run the program from the blog.
Show your code changes and the serial monitor output in your blog.
39. The problem with the program above is that
it can only handle about 30 bytes at a time.
Overcome this problem so that any amount of data can be sent
Overcome this problem so that any amount of data can be sent
up to the capacity of the chip.
Write up your findings.
No comments:
Post a Comment