mirror of
https://github.com/taigrr/arduinolibs
synced 2025-01-18 04:33:12 -08:00
Support for 24LCXX EEPROM's via I2C
This commit is contained in:
@@ -688,7 +688,7 @@ EXAMPLE_RECURSIVE = NO
|
||||
# directories that contain image that are included in the documentation (see
|
||||
# the \image command).
|
||||
|
||||
IMAGE_PATH = ../libraries/BlinkLED/examples/Cylon ../libraries/BlinkLED/examples/Cylon4 ../libraries/BlinkLED/examples/StarTrek ../libraries/BlinkLED/examples/Charlieplex ../libraries/LCD/examples/HelloWorld ../libraries/LCD/examples/Form ../libraries/RTC/examples/AlarmClock ../libraries/DMD ../libraries/IR
|
||||
IMAGE_PATH = ../libraries/BlinkLED/examples/Cylon ../libraries/BlinkLED/examples/Cylon4 ../libraries/BlinkLED/examples/StarTrek ../libraries/BlinkLED/examples/Charlieplex ../libraries/LCD/examples/HelloWorld ../libraries/LCD/examples/Form ../libraries/RTC/examples/AlarmClock ../libraries/DMD ../libraries/IR ../libraries/I2C
|
||||
|
||||
# The INPUT_FILTER tag can be used to specify a program that doxygen should
|
||||
# invoke to filter for each input file. Doxygen will invoke the filter program
|
||||
|
||||
@@ -75,6 +75,7 @@ I2C master.
|
||||
\li SoftI2C class that implements the master side of the I2C protocol
|
||||
in software on any arbitrary pair of pins for DATA and CLOCK.
|
||||
This class supports both 7-bit and 10-bit I2C addresses.
|
||||
\li EEPROM24 class for reading and writing 24LCXX family EEPROM's.
|
||||
|
||||
\section main_RTC Realtime Clock Library
|
||||
|
||||
|
||||
Reference in New Issue
Block a user