From ff3e4366d27e13fabc095424883328649eacc08e Mon Sep 17 00:00:00 2001 From: Bud Ryerson Date: Wed, 22 Jul 2020 12:06:43 -0700 Subject: [PATCH] update to v 1.41. Added 500ms delay after System Reset to complete --- example/TFMPI2C_example.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/TFMPI2C_example.ino b/example/TFMPI2C_example.ino index f51a15d..c496bc4 100644 --- a/example/TFMPI2C_example.ino +++ b/example/TFMPI2C_example.ino @@ -67,7 +67,7 @@ // devices such as the Galileo. Download from: // https://github.com/spaniakos/AES/blob/master/printf.h -#include // TFMini-Plus I2C Library v1.4.0 +#include // TFMini-Plus I2C Library v1.4.1 TFMPI2C tfmP; // Create a TFMini-Plus I2C object void setup()