Difference between revisions of "I2c"

From Wiki at Neela Nurseries
Jump to: navigation, search
(Create new local page "I2C".)
 
m (Add link to forum question about larger I2C write transactions, linked content mentions FRAM memory type.)
 
Line 3: Line 3:
  
 
*  https://www.ti.com/lit/an/slva704/slva704.pdf?ts=1708653221749&ref_url=https%253A%252F%252Fwww.google.com%252F
 
*  https://www.ti.com/lit/an/slva704/slva704.pdf?ts=1708653221749&ref_url=https%253A%252F%252Fwww.google.com%252F
 +
 +
Some example code linked to from this Arduino forum post:
 +
 +
*  https://forum.arduino.cc/t/overcoming-i2c-buffer-size/674048
 +
<ul>
 +
*  https://github.com/jlesech/Eeprom24C32_64
 +
*  https://forum.arduino.cc/t/rtc-nodemcu-how-to-save-the-alarm-time-set-on-the-server-for-trigger-relay/672495/24
 +
</ul>
  
 
<!-- odne komentar -->
 
<!-- odne komentar -->

Latest revision as of 20:34, 23 February 2024

I2C Protocol and Physical Link Notes

Some example code linked to from this Arduino forum post: