How to verify this library

1. Download and instal the Particle CLI.

2. Clone the EEPROM-Storage Library.

3. Modify the path and the PROJECT_DIR to match the path to where the tests.ino file is found.

4. Change the PLATFORM value if you are suing a device other than the argon. 

5. In a terminal, change to the directory EEPROM-Storage/examples/General/tests.

6. Make sure the file build.sh is executable (chmod +x build.sh)

7. Connect the device to your computer via a USB cable.

8. Run the build script (./build.sh)

9. The script should Run the command "particle serial monitor", if not run this command.

10. Check the output of the serial device for the number of passed tests. 100% of the tests should pass.