Skip to content

hugllc/RAM_EEPROM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published