AceUtils  0.2
Useful Arduino utilties which are too small for separate libraries.
AceUtils.h
1 /*
2  * Copyright (c) 2020 Brian T. Park
3  * MIT License
4  */
5 
20 // Version format: "xx.yy.zz" -> xxyyzz without leading 0
21 #define ACE_UTILS_VERSION 200
22 #define ACE_UTILS_VERSION_STRING "0.2"
23