test version 0.2

Dependents:   SC18IS606_Hello SC18IS606_EEPROM_access_test SC18IS606_OS6_Hello

Revision:
7:9fee975998c1
Parent:
6:cfe7ec4f2b59
--- a/SC18IS606.cpp	Wed Jul 28 20:20:15 2021 +0000
+++ b/SC18IS606.cpp	Thu Jul 29 01:35:53 2021 +0000
@@ -96,7 +96,7 @@
 char* SC18IS606::read_version( void )
 {
     static char s[ 16 ];
-    char        func_id = 0xFE;
+    char        func_id = Read_Version;
     int         err;
     
     err  = i2c.write( device_address, &func_id, sizeof( func_id ) );