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 BufferedSerial
Fork of FRDM_wahadlo_torsyjne by
Revision 15:fa12498ab984, committed 2014-06-18
- Comitter:
- wojtekmir
- Date:
- Wed Jun 18 21:04:09 2014 +0000
- Parent:
- 14:93a9776b5dee
- Child:
- 16:b2f8fef7be1c
- Commit message:
- wzorcowanie
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Wed Jun 18 15:23:14 2014 +0000
+++ b/main.cpp Wed Jun 18 21:04:09 2014 +0000
@@ -43,7 +43,7 @@
void task2() {
get_voltage_in(analog_IN_0, zero_analog_IN_0);
get_voltage_in(analog_IN_1, zero_analog_IN_1);
- pc.printf("%.8f\t%.3f\t%.3f\n", switch_dir_time, get_voltage_in(analog_IN_0, zero_analog_IN_0), get_voltage_in(analog_IN_1, zero_analog_IN_1));
+ pc.printf("%.3f\t%.3f\n", get_voltage_in(analog_IN_0, zero_analog_IN_0), get_voltage_in(analog_IN_1, zero_analog_IN_1));
}
int main() {
