Update link for new LwCELL, add C11 standard note

This commit is contained in:
Tilen Majerle
2023-07-20 22:15:57 +02:00
parent 84dfb26d19
commit 234b72aeb7
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
## Features
* Written in ANSI C99
* Written in C (C11)
* Platform independent, requires user to provide millisecond timing source
* No dynamic memory allocation
* Callback driven event management
+2 -2
View File
@@ -14,7 +14,7 @@ Welcome to the documentation for version |version|.
Features
^^^^^^^^
* Written in ANSI C99
* Written in C (C11)
* Platform independent, requires user to provide millisecond timing source
* No dynamic memory allocation
* Callback driven event management
@@ -69,7 +69,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>