From ca747ab0f43de6338085afb33e0ab69b418c489e24366372ac531d775d571ec1 Mon Sep 17 00:00:00 2001 From: localhorst Date: Thu, 21 Aug 2025 10:40:47 +0200 Subject: [PATCH] WIP --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dff4d49..ca83fee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # lezyne-rear-light-firmware +**🚧 Work in progress. No complete firmware yet 🚧** + Open firmware for Lezyne bike rear lights based on ATTINY202 This repository contains a minimal firmware as a **C project** for the ATtiny202 microcontroller using **GCC**, **CMake**, and **VS Code**. It also includes instructions for programming the chip using an **FT232 USB-UART adapter** via the UPDI interface with `pymcuprog`.