i2c-memory

There are 3 repositories under i2c-memory topic.

  • mihaigalos/miniboot

    🏗️ An I2C bootloader for Arduino.

    Language:Makefile65111318
  • lnlp/FramI2C

    FramI2C is an Arduino library for FRAM (F-FRAM, Ferroelectric RAM) non-volatile memory chips with I2C interface. Supports most common Cypress and Fujitsu I2C FRAM chips with densities of 4, 16, 64, 128, 256, 512, and 1024 kilobits (kb). Provides simple, easy to use read() and write() methods for reading/writing integral and floating point types (uses automatic type inference and byte conversion), readBytes() and writeBytes() for reading/writing larger amounts of data as byte array, and fill() to fill or clear a range of FRAM memory.

    Language:C++10201
  • Mhd-Shah/Verification-of-I2C-communication-protocol

    Verification i2c communication protocol

    Language:SystemVerilog0100