Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Revision 6:160ba0125b18, committed 2018-10-01
- 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 |
diff -r 687975ef50d2 -r 160ba0125b18 ADS1100.cpp
--- 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