Tero Koskinen is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tkoskine / arduino-eeprom

Access I2C EEPROM using Arduino and AVR-Ada.

Clone this repository (size: 12.5 KB): HTTPS / SSH
hg clone https://bitbucket.org/tkoskine/arduino-eeprom
hg clone ssh://hg@bitbucket.org/tkoskine/arduino-eeprom

arduino-eeprom overview

Recent commits See more »

Author Revision Comments Message Labels Date
Tero Koskinen ef73feacfe4b Clear Data_Sent flag at the beginning of each write
Tero Koskinen 44abdd0fc54d Add main file, Makefile, and license headers (GMGPL).
Tero Koskinen 3b7681daadbd Remove extra debugging code.
Tero Koskinen 2b7666b795bf Fix i2c status updates by marking variables volatile.
Tero Koskinen bf0705865b8f Add master writing support.