From 7782500dbb33f1b69eddbeedca571f83c50ffb7e Mon Sep 17 00:00:00 2001 From: Deomid Ryabkov Date: Tue, 20 Dec 2016 17:54:24 +0200 Subject: [PATCH] Commonize bitbang I2C master and use it in ESP32 Until issues with hardware I2C are resolved PUBLISHED_FROM=78bced9f18b5bfbf547de06f813bf98c82eea6ea --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b8a9c2de..e297ef93 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ Mongoose makes embedded network programming fast, robust, and easy. - [Download Mongoose Source Code here](https://www.cesanta.com) -Looking for a complete IoT firmware solution? -Check out [Mongoose OS - operating system for connected microcontrollers](https://mongoose-iot.com). +Looking for a complete IoT solution with firmware and cloud components? +Check out [Mongoose IoT Firmware and Cloud](https://mongoose-iot.com). # Support - [Study mongoose example code](https://github.com/cesanta/mongoose/tree/master/examples)