Skip to content

ArduinoPatterns 1.0.1 — Zenodo archival publication

Choose a tag to compare

@devkyato devkyato released this 08 Aug 16:47
· 9 commits to main since this release
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.