Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion EEPROMEx/EEPROMex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
******************************************************************************/

#define _EEPROMEX_VERSION 1 // software version of this library
#define _EEPROMEX_DEBUG // Enables logging of maximum of writes and out-of-memory

// leave debugging off by default
// #define _EEPROMEX_DEBUG // Enables logging of maximum of writes and out-of-memory

/******************************************************************************
* Constructors
******************************************************************************/
Expand Down