From 0739943d1777dc693f344dbc2119b49c660062df Mon Sep 17 00:00:00 2001 From: Alexander Chapchuk Date: Tue, 26 Nov 2019 16:57:45 +0300 Subject: [PATCH] Edit example code. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index f073fe1..41c9a37 100644 --- a/README.md +++ b/README.md @@ -202,14 +202,6 @@ Possible causes may be bad connections, lengthy cable, etc. // Create an instance of sensor AM2320 sensor; -void setup() { - // enable serial communication -// Include library into the sketch -#include - -// Create an instance of sensor -AM2320 sensor; - void setup() { // enable serial communication Serial.begin(115200);