Files
I2C_EEPROM/keywords.txt
T
Tomas HübnerandGitHub 98235dfd82 Addition of a utility class for cycling writes (#8)
I2C_eeprom
*  Added page sizes for larger memory sizes (still deriving from the ATxxCxxx datasheets)

I2C_eeprom_cyclic_store
* Add the cyclic store implementation.
* Add an example for cyclic use of EEPROM.
* Update keywords.txt for syntax highlighting the new class and it's members.
* Changed signature of begin() to match page size data type.
* Add getMetrics() to have an indication about lifetime
2021-01-04 08:33:22 +01:00

25 lines
439 B
Plaintext

# Syntax Coloring Map For I2C_EEPROM
# Datatypes (KEYWORD1)
I2C_eeprom KEYWORD1
I2C_eeprom_cyclic_store KEYWORD1
# Methods and Functions (KEYWORD2)
# Common
begin KEYWORD2
# I2C_eeprom
readByte KEYWORD2
writeByte KEYWORD2
setBlock KEYWORD2
readBlock KEYWORD2
writeBlock KEYWORD2
determineSize KEYWORD2
updateByte KEYWORD2
# I2C_eeprom_cyclic_store
format KEYWORD2
read KEYWORD2
write KEYWORD2
getMetrics KEYWORD2
# Constants (LITERAL1)