Skip to content

hugllc/UNIO_EEPROM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UNIO_EEPROM

Introduction

This is an Arduino library for working with UNIO EEPROM chips.

Testing

Requirements

  • g++
  • gcovr
  • lcov

Running the suite

Simply run 'make' in the test directory.

$ cd test
$ make

This will create all of the output in the test/build/ directory. This includes:

  • HTML coverage report (test/build/coverage/index.html)
  • junit test result files (test/build/logs/*Result.xml)
  • cobertura output file (test/build/logs/cobertura.xml)

License

This is licensed under the LGPL, as it is a derivative of https://github.com/esp8266/Arduino. Which is also licensed under the LGPL.

About

EEPROM class for UNIO EEPROMs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published