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.
AceUtils.h
1 /*
2  * Copyright (c) 2020 Brian T. Park
3  * MIT License
4  */
5 
14 // Version format: "xx.yy.zz" -> xxyyzz without leading 0
15 #define ACE_UTILS_VERSION 600
16 #define ACE_UTILS_VERSION_STRING "0.6.0"
17