Skip to content

Releases: devkyato/Custom-Arduino-Libraries

v1.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Aug 15:25

Full Changelog: v1.0.3...v1.1.0

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 12 Aug 15:42
5c5f88c

ArduinoPatterns 1.0.3

Patch release: ButtonPause example and bug-template version fix.

Highlights

  • Add a ButtonPause example showing non-blocking pause/resume with stop() and start().
  • 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.3

Citation

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

Choose a tag to compare

@github-actions github-actions released this 08 Aug 17:57
8e17500

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.2

Documentation

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

Choose a tag to compare

@devkyato devkyato released this 08 Aug 16:47
2de686e

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.1

Applications

  • 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

Choose a tag to compare

@github-actions github-actions released this 29 Jul 02:05
ee8ae6b

What's Changed

  • Turn the LED exercises into the ArduinoPatterns library by @devkyato in #1

New Contributors

Full Changelog: https://github.com/devkyato/Custom-Arduino-Libraries/commits/v1.0.0