YKNCT / YKNCT_I2C_lib

Dependents:   arim_AutoMachine

Revision:
5:29d8a2619c4f
Parent:
4:89a35cd1334a
Child:
6:329e7b9d8cfc
--- a/YKNCT_I2C.cpp	Wed Apr 03 06:43:15 2019 +0000
+++ b/YKNCT_I2C.cpp	Thu Apr 04 10:16:19 2019 +0000
@@ -35,7 +35,7 @@
     return ad_data[num];
 }
 
-int Y_I2C::Enc(int address)
+double Y_I2C::Enc(int address)
 {
     static char data[4]= {0};
     static double enc_data=0;