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 5:16627e96c8de, committed 2016-06-23
- Comitter:
- megrootens
- Date:
- Thu Jun 23 14:16:26 2016 +0000
- Parent:
- 4:f59264464b5b
- Commit message:
- removed TODO; should not be done
Changed in this revision
| Hx711.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/Hx711.cpp Thu Jun 23 12:45:26 2016 +0000
+++ b/Hx711.cpp Thu Jun 23 14:16:26 2016 +0000
@@ -33,7 +33,6 @@
data[1] = shiftInMsbFirst();
data[0] = shiftInMsbFirst();
- // TODO: this costs a significant amount of time; should not be done!
// set the channel and the gain factor for the next reading using the clock pin
for (unsigned int i = 0; i < gain_; i++) {
sck_.write(HIGH);