Fix link to LightTAM repository in README.md

This commit is contained in:
2025-05-19 20:34:36 +02:00
parent 6895162c37
commit f8ec3eb892
+1 -1
View File
@@ -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)