Releases: devkyato/Custom-Arduino-Libraries
Release list
v1.1.0
Full Changelog: v1.0.3...v1.1.0
v1.0.3
ArduinoPatterns 1.0.3
Patch release: ButtonPause example and bug-template version fix.
Highlights
- Add a
ButtonPauseexample showing non-blocking pause/resume withstop()andstart(). - Update the bug-report template placeholder to the current release version.
Install
Arduino IDE: download ArduinoPatterns-1.0.3.zip and choose Sketch > Include Library > Add .ZIP Library.
PlatformIO:
lib_deps =
https://github.com/devkyato/Custom-Arduino-Libraries.git#v1.0.3Citation
Concept DOI: https://doi.org/10.5281/zenodo.21853284
See CITATION.cff for machine-readable citation metadata.
Published by @dev.mako (devkyato). Cursor Agent is acknowledged as a non-author contributor.
Full Changelog: v1.0.2...v1.0.3
ArduinoPatterns v1.0.2
ArduinoPatterns v1.0.2 — Zenodo presentation overhaul
Publication and documentation quality release for Zenodo archival presentation. Runtime pattern APIs are unchanged.
Install / usage
Arduino IDE: download ArduinoPatterns-1.0.2.zip and choose Sketch > Include Library > Add .ZIP Library.
PlatformIO:
lib_deps =
https://github.com/devkyato/Custom-Arduino-Libraries.git#v1.0.2Documentation
Citation
Concept DOI: https://doi.org/10.5281/zenodo.21853284
See CITATION.cff and .zenodo.json.
Published by @dev.mako (devkyato). Cursor Agent is acknowledged as a non-author contributor.
ArduinoPatterns 1.0.1 — Zenodo archival publication
ArduinoPatterns 1.0.1 - Zenodo archival publication
Title: ArduinoPatterns: non-blocking LED and digital-output patterns for Arduino
Introduction
A small teaching library for coordinating LEDs and digital outputs without delay(), suitable for Uno, ESP32, and RP2040.
Usage
Install the release ZIP in Arduino IDE, or in PlatformIO:
lib_deps =
https://github.com/devkyato/Custom-Arduino-Libraries.git#v1.0.1Applications
- Teaching non-blocking timing with millis()
- Traffic-light / scanner / blinker classroom demos
- Reusable LED banks beside sensors and networking
Discovery / citation
See CITATION.cff and .zenodo.json.
Published by @dev.mako (devkyato), co-authored with Cursor Agent.
v1.0.0
What's Changed
New Contributors
Full Changelog: https://github.com/devkyato/Custom-Arduino-Libraries/commits/v1.0.0