Skip to content

Commit

Permalink
Update link for new LwCELL, add C11 standard note
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jul 20, 2023
1 parent b1710b9 commit 7c6df51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Platform independent GPS NMEA parser for embedded systems.

## Features

* Written in ANSI C99
* Written in C (C11)
* Platform independent, easy to use
* Built-in support for 4 GPS statements
* ``GPGGA`` or ``GNGGA``: GPS fix data
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ LwGPS is lightweight, platform independent library to parse NMEA statements from
Features
^^^^^^^^

* Written in ANSI C99
* Written in C (C11)
* Platform independent, easy to use
* Built-in support for 4 GPS statements

Expand Down Expand Up @@ -81,7 +81,7 @@ Table of contents
LwESP - ESP-AT library <https://github.com/MaJerle/lwesp>
LwEVT - Event manager <https://github.com/MaJerle/lwevt>
LwGPS - GPS NMEA parser <https://github.com/MaJerle/lwgps>
LwGSM - GSM-AT library <https://github.com/MaJerle/lwgsm>
LwCELL - Cellular modem host AT library <https://github.com/MaJerle/lwcell>
LwJSON - JSON parser <https://github.com/MaJerle/lwjson>
LwMEM - Memory manager <https://github.com/MaJerle/lwmem>
LwOW - OneWire with UART <https://github.com/MaJerle/lwow>
Expand Down

0 comments on commit 7c6df51

Please sign in to comment.