From 7eb36e20fde16b83c3a79e81882108358da9e5ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Gimenez=20Bernad?= Date: Tue, 11 Apr 2023 14:33:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1533e56..aee58da 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ You can download the firmware for it on the [releases](https://github.com/gusman And second, the firmware has been refactored in order to make a lot easier to add new boards. You have the complete instructions on how to add support to a new board on [the wiki firmware section](https://github.com/gusmanb/logicanalyzer/wiki/03---LogicAnalyzer-Firmware). Also, as some boards include the very popular WS2812 RGB led the firmware includes a driver for it, it's purely software-based, no timers nor interrupts needed, so feel free to use it if you want. +If you add support for a new board, feel free to create a pull request with the changes :) + Have fun! ----