Kazuaki Hongu / ADS1100

Files at this revision

API Documentation at this revision

Comitter:
hongu
Date:
Mon Oct 01 14:00:37 2018 +0000
Parent:
5:687975ef50d2
Commit message:
fix some bag.

Changed in this revision

ADS1100.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/ADS1100.cpp	Fri Aug 03 04:29:57 2018 +0000
+++ b/ADS1100.cpp	Mon Oct 01 14:00:37 2018 +0000
@@ -51,13 +51,3 @@
     }
     return result.S; // 16bit
 }
-
-//char ADS1100::get() {
-//    _i2c.read(address , buf, 3);
-//
-//    result.byte.UB=buf[1];
-//    result.byte.LB=buf[0];
-//    config.UC=buf[2];
-//    
-//    return config.UC;
-//}
\ No newline at end of file