hugllc / RAM_EEPROM

Arduino library that emulates an E2 in RAM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RAM_EEPROM

Introduction

This emulates an Arduino E2 in RAM.

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

Arduino library that emulates an E2 in RAM

License:GNU Lesser General Public License v2.1


Languages

Language:C 78.2%Language:C++ 20.3%Language:Makefile 1.5%