From 023e90c014d1c08ba08d308769b95e8e85aab156 Mon Sep 17 00:00:00 2001 From: sq2ips Date: Fri, 10 Jan 2025 23:14:38 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7dac079..3effb88 100644 --- a/README.md +++ b/README.md @@ -30,10 +30,10 @@ Great pcb reverse enginering work was made by [joyel24](https://github.com/joyel Code is writen in C using stm32CubeIDE and HAL libraries. # Used libraries -- NMEA parsed based on (https://github.com/sztvka/stm32-nmea-gps-hal) -- LPS22 implementation based on (https://github.com/KitSprout/KSDK/tree/master/firmwareSTM32/KSSTM_Module_LPS22HB/Program/modules) -- Radio modules implementation based on (https://github.com/adamgreig/wombat) -- Horus Binary encoder based on (https://github.com/whallmann/RS41HUP_V2/blob/master/horus_l2.c) +- NMEA parsed based on https://github.com/sztvka/stm32-nmea-gps-hal +- LPS22 implementation based on https://github.com/KitSprout/KSDK/tree/master/firmwareSTM32/KSSTM_Module_LPS22HB/Program/modules +- Radio modules implementation based on https://github.com/adamgreig/wombat +- Horus Binary encoder based on https://github.com/whallmann/RS41HUP_V2/blob/master/horus_l2.c # GPS (NMEA) In newer M20 sondes u-blox MAX-M10M that uses NMEA protocol.