AceUtils
0.1
Small and light Arduino utilties and libraries.
src
AceUtils.h
1
/*
2
* Copyright (c) 2020 Brian T. Park
3
* MIT License
4
*/
5
18
// Version format: "xx.yy.zz" -> xxyyzz without leading 0
19
#define ACE_UTILS_VERSION 100
20
#define ACE_UTILS_VERSION_STRING "0.1"
21
Generated by
1.8.17