Use of millis() funtion to avoid delay() and timer counter in loop()

This commit is contained in:
AK-Homberger
2020-07-27 15:09:21 +02:00
committed by GitHub
parent 5e719f168b
commit 321e5dc352

View File

@@ -12,7 +12,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
// Version 1.4, 27.07.2019, AK-Homberger
// Version 1.4, 27.07.2020, AK-Homberger
#include <avr/pgmspace.h>
#include <RCSwitch.h>