Binary Switch
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
--- 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