- Updated CMake minimum version to 3.14 to support FetchContent_MakeAvailable
- Removed the C++20 requirement
- Switched to header-only
- Conditionally include Arduino.h header.
- Updated directory structure to support Arduino in addition to CMake builds
- Added an Arduino example
- Updated README
- Initial version