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.
Diff: DAQ.cpp
- Revision:
- 5:3bd9edf55a56
- Parent:
- 4:cc896bb62196
--- a/DAQ.cpp Tue Jun 03 07:32:20 2014 +0000
+++ b/DAQ.cpp Tue Jun 03 08:09:59 2014 +0000
@@ -52,6 +52,10 @@
//multiplexer uitzetten
multiplexer->Disable();
}
+ else
+ {
+ measurement->setPunt(i,0);
+ }
}
return measurement;
}