AceUtils
0.5.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.
src
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 500
16
#define ACE_UTILS_VERSION_STRING "0.5.0"
17
Generated by
1.8.17