From f8ec3eb8922ded9807050bd8b11bb2fcb2a86431 Mon Sep 17 00:00:00 2001 From: "DLABAL, Eduard" Date: Mon, 19 May 2025 20:34:36 +0200 Subject: [PATCH] Fix link to LightTAM repository in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 20c7d43..daccdfd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LightTAM RFID Reader -This is firmware for an RFID reader for the LightTAM software. The LightTAM repository is [here](https://git.edcs.cz/eduard.dlabal). The LightTAM RFID Reader is built using an STM32F103C8 controller (mainly sold on BluePill boards), a PN532 RFID reader, and an HD44780 LCD display for the I2C bus. MCU is programmed using STM32Cube with CMake and HAL libraries. For editing (or debugging), I recommend using VS Code with STM32Cube extension installed. +This is firmware for an RFID reader for the LightTAM software. The LightTAM repository is [here](https://git.edcs.cz/eduard.dlabal/LightTAM). The LightTAM RFID Reader is built using an STM32F103C8 controller (mainly sold on BluePill boards), a PN532 RFID reader, and an HD44780 LCD display for the I2C bus. MCU is programmed using STM32Cube with CMake and HAL libraries. For editing (or debugging), I recommend using VS Code with STM32Cube extension installed. This program utilizes libraries from these repositories: - [STM32_HAL_I2C_HD44780](https://github.com/eziya/STM32_HAL_I2C_HD44780)