From e9e6a80d7a64a0a7d7ae304c199c789fab5f66a3 Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 2 Nov 2021 19:10:22 -0400 Subject: [PATCH] Update from review --- 1-getting-started/README.md | 2 -- 1-getting-started/Translations/README.fr.md | 2 +- 1-getting-started/lessons/1-introduction-to-iot/README.md | 2 -- 1-getting-started/lessons/1-introduction-to-iot/pi.md | 2 -- 4 files changed, 1 insertion(+), 7 deletions(-) diff --git a/1-getting-started/README.md b/1-getting-started/README.md index b0fb509c..e5b3d0f8 100644 --- a/1-getting-started/README.md +++ b/1-getting-started/README.md @@ -1,5 +1,3 @@ -[![French](https://img.shields.io/badge/-French-purple)](translations/README.fr.md) - # Getting Started with IoT In this section of the curriculum, you will be introduced to the Internet of Things, and learn the basic concepts including building your first 'Hello World' IoT project connecting to the cloud. This project is a nightlight that lights up as light levels measured by a sensor drop. diff --git a/1-getting-started/Translations/README.fr.md b/1-getting-started/Translations/README.fr.md index c9020c26..20f95a7a 100644 --- a/1-getting-started/Translations/README.fr.md +++ b/1-getting-started/Translations/README.fr.md @@ -1,5 +1,5 @@ # Guide de démarage IoT -Dans cette section du tutoriel, vous serez initié à l'Internet des objets et apprendrez les concepts de base, notamment la construction de votre premier projet IoT « Hello, World!» connecté à l'infrastrucutre info-nuagique. Ce projet est une veilleuse qui s'allume quand la lumière mesurée par un capteur diminue. +Dans cette section du tutoriel, vous serez initié à l'Internet des objets et apprendrez les concepts de base, notamment la construction de votre premier projet IoT « Hello, World!» connecté à l'infrastrucutre infonuagique. Ce projet est une veilleuse qui s'allume quand la lumière mesurée par un capteur diminue. ![La DEL connecté au WIO s'allume et s'éteint en fonction de la luminosité](../../images/wio-running-assignment-1-1.gif) diff --git a/1-getting-started/lessons/1-introduction-to-iot/README.md b/1-getting-started/lessons/1-introduction-to-iot/README.md index ded7da58..6d1401eb 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/README.md +++ b/1-getting-started/lessons/1-introduction-to-iot/README.md @@ -1,5 +1,3 @@ -[![French](https://img.shields.io/badge/-French-purple)](translations/README.fr.md) - # Introduction to IoT ![A sketchnote overview of this lesson](../../../sketchnotes/lesson-1.jpg) diff --git a/1-getting-started/lessons/1-introduction-to-iot/pi.md b/1-getting-started/lessons/1-introduction-to-iot/pi.md index 52f0a2e3..47a4ae56 100644 --- a/1-getting-started/lessons/1-introduction-to-iot/pi.md +++ b/1-getting-started/lessons/1-introduction-to-iot/pi.md @@ -1,5 +1,3 @@ -[![French](https://img.shields.io/badge/-French-purple)](translations/pi.fr.md) - # Raspberry Pi The [Raspberry Pi](https://raspberrypi.org) is a single-board computer. You can add sensors and actuators using a wide range of devices and ecosystems, and for these lessons using a hardware ecosystem called [Grove](https://www.seeedstudio.com/category/Grove-c-1003.html). You will code your Pi and access the Grove sensors using Python.