From 234b72aeb73fb91aac0283442d313783d32b829b Mon Sep 17 00:00:00 2001 From: Tilen Majerle Date: Thu, 20 Jul 2023 22:15:57 +0200 Subject: [PATCH] Update link for new LwCELL, add C11 standard note --- README.md | 2 +- docs/index.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ae3fe1e..872afe3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/index.rst b/docs/index.rst index 9697b2a..227b850 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 LwEVT - Event manager LwGPS - GPS NMEA parser - LwGSM - GSM-AT library + LwCELL - Cellular modem host AT library LwJSON - JSON parser LwMEM - Memory manager LwOW - OneWire with UART