AceUtils  0.3
Useful Arduino utilties which are too small as separate libraries, but complex enough to 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 200
16 #define ACE_UTILS_VERSION_STRING "0.2"
17