Skip to content

Commit 93e0f98

Browse files
committed
First release 1.0.0
1 parent 49d3651 commit 93e0f98

4 files changed

Lines changed: 7 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Changelog
2+
3+
## 1.0.0 - 2025-12-18
4+
- First release

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Hackerspace Ffm e.V.
3+
Copyright (c) 2025 Lutz Lisseck (Hackerspace Ffm e.V.)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Single_WS2812_Bitbang_Write",
3-
"version": "0.1.0",
3+
"version": "1.0.0",
44
"description": "Simple single-LED WS2812 driver using bitbang (no MCU peripheral required). Exposes ws2812Write(uint8_t pin, uint32_t color).",
55
"keywords": ["ws2812", "neopixel", "bitbang", "led"],
66
"authors": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Single_WS2812_Bitbang_Write
2-
version=0.1.0
2+
version=1.0.0
33
author=Lutz Lisseck (Hackerspace FFM e.V.)
44
maintainer=Lutz Lisseck <tutgit@ikmail.com>
55
sentence=Single WS2812 LED driver using bitbang (no MCU peripheral) for ESP MCUs.

0 commit comments

Comments
 (0)