Binary Switch

Dependents:   MutiplexedDisplaysSocketServer mltiplexed_7_segment_displays_over_ethernet mltiplexed_7_segmt_displays_ethernet Multi_7_Seg

Files at this revision

API Documentation at this revision

Comitter:
shivanandgowdakr
Date:
Tue Oct 23 11:56:16 2018 +0000
Parent:
0:fc59b57d2477
Commit message:
Binary Switch

Changed in this revision

Binary_Switch.cpp Show annotated file Show diff for this revision Revisions of this file
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