Updated standard library

Revision:
180:4882e80cfcfe
Parent:
179:7b2de82d9dfb
--- a/RA8875_Touch.cpp	Sat Jul 27 18:54:09 2019 +0000
+++ b/RA8875_Touch.cpp	Sun Jul 28 00:21:15 2019 +0000
@@ -10,7 +10,7 @@
 #define NOTOUCH_TIMEOUT_uS 100000
 #define TOUCH_TICKER_uS      1000
 
-#define DEBUG "TUCH"
+//#define DEBUG "TUCH"
 // ...
 // INFO("Stuff to show %d", var); // new-line is automatically appended
 //
@@ -784,6 +784,7 @@
     
     m_i2c->write(m_addr, (const char *)&reg, 1);
     m_i2c->read(m_addr, &val, 1);
+    HexDump("FT5206_Read", (uint8_t *)&val, 1);
     return (uint8_t)val;
 }