Skip to content

loran/ArduinoTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

ArduinoTools

This is a collection of libraries/code snippets for the Arduino platform.

I originally wrote them for my own projects.

They may be useful to others.

EEPROM Unsigned Long read & write

Read & Write Unsigned Long in EEPROM

  • readUnsignedLongFromEEPROM(unsigned int EEPROM_address): read Unsigned Long (4bytes) from EEPROM address EEPROM_address
  • writeUnsignedLongToEEPROM(unsigned int EEPROM_address, unsigned long value): write Unsigned Long (4bytes) to EEPROM address EEPROM_address

About

code snippets and other few helpful things for my Arduino projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages