AceUtils  0.6.0
Useful Arduino utilties which are too small as separate libraries, but complex enough to be shared among multiple projects, and often have external dependencies to other libraries.
CrcEeprom.cpp
1 /*
2  * MIT License
3  * Copyright (c) 2018 Brian T. Park
4  */
5 
6 #include "CrcEeprom.h"
7 
8 namespace ace_utils {
9 namespace crc_eeprom {
10 
11 } // crc_eeprom
12 } // ace_utils