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.
Dependents: MutiplexedDisplaysSocketServer mltiplexed_7_segment_displays_over_ethernet mltiplexed_7_segmt_displays_ethernet Multi_7_Seg
Diff: Binary_Switch.cpp
- Revision:
- 1:4d49fd0d1451
- Parent:
- 0:fc59b57d2477
diff -r fc59b57d2477 -r 4d49fd0d1451 Binary_Switch.cpp
--- a/Binary_Switch.cpp Tue Aug 14 12:24:26 2018 +0000
+++ b/Binary_Switch.cpp Tue Oct 23 11:56:16 2018 +0000
@@ -24,5 +24,5 @@
result =bit7*128+bit6*64+ bit5*32+ bit4*16+ bit3*8+bit2*4+bit1*2+bit0*1;
return result;
-
+
}
\ No newline at end of file