From 179f4f632295740c8ed33cf55c2e9d3d777118e6 Mon Sep 17 00:00:00 2001 From: Jan ten Hove Date: Thu, 15 Jun 2017 20:08:53 +0200 Subject: [PATCH] delay and yield have the same effect --- GoodWeCommunicator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/GoodWeCommunicator.cpp b/GoodWeCommunicator.cpp index 5972b88..ea3d963 100644 --- a/GoodWeCommunicator.cpp +++ b/GoodWeCommunicator.cpp @@ -23,7 +23,6 @@ void GoodWeCommunicator::start() for (char cnt = 1; cnt < 255; cnt++) { sendRemoveRegistration(cnt); - yield(); delay(1); }