Skip to content

Commit

Permalink
library in single header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr committed Nov 9, 2021
1 parent 947bf84 commit ded24fb
Show file tree
Hide file tree
Showing 3 changed files with 160 additions and 236 deletions.
3 changes: 1 addition & 2 deletions example/EEPROMCStringList/EEPROMCStringList.ino
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#include <EPList.h>
#include <EPList.cpp> // Include cpp file as well for link template functions.

/*
Arduino EEPROM CString List Manager - EPList (For keep some Strings on Arduino EEPROM / External EEPROM and minimize use memory on Arduino Board).
Expand Down Expand Up @@ -75,4 +74,4 @@ void loop()
while (1)
{
}; // Freeze program.
}
}
175 changes: 0 additions & 175 deletions src/EPList.cpp

This file was deleted.

Loading

0 comments on commit ded24fb

Please sign in to comment.