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.
Dependencies: mbed MODSERIAL FATFileSystem
Diff: omegaPX209/omegaPX209.cpp
- Revision:
- 17:7c16b5671d0e
- Parent:
- 14:85b64a4d08e8
- Child:
- 54:d4990fb68404
diff -r 3363b9f14913 -r 7c16b5671d0e omegaPX209/omegaPX209.cpp
--- a/omegaPX209/omegaPX209.cpp Mon Nov 06 22:57:56 2017 +0000
+++ b/omegaPX209/omegaPX209.cpp Tue Nov 21 22:03:26 2017 +0000
@@ -59,6 +59,6 @@
}
// call this if you want to tare to zero
-float omegaPX209::tare() {
+void omegaPX209::tare() {
setZero(getPsi());
}
\ No newline at end of file