From 7676a4a321b281692e503090fecfa8868053d80d Mon Sep 17 00:00:00 2001 From: Adrien van den Bossche <vandenbo@univ-tlse2.fr> Date: Tue, 23 Jun 2020 22:39:27 +0200 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0001660..b0bd360 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,8 @@ Implementation status: - example sketch with GPS receiver. - Node-RED - decode header, - - decode universal GNSS packets + - decode universal GNSS packets, + - decode locally referenced packets. ### Arduino @@ -49,8 +50,6 @@ LocaPack is available as an Arduino library, to produce or decode locapack messa 1. Copy the `Arduino/LocaPack` directory into the libraries directory (typically `~/Arduino/libraries`) 1. Launch Arduino IDE and start with one of the examples. -- tinygpsplus.ino: Make universal GNSS pakets with data from a hardware GPS receiver connected to the `Serial1` port - ### Node-RED LocaPack is available as a Node-RED Palette, ie a collection of nodes to produce or decode locapack messages. -- GitLab