Assembly procedure that represents binary using the LEDs on the mbed.

Dependencies:   mbed

Revision:
2:a81c9bc37084
Parent:
1:7490aeb7d770
--- a/main.cpp	Thu Jan 27 06:42:17 2011 +0000
+++ b/main.cpp	Fri Jan 28 02:40:35 2011 +0000
@@ -1,6 +1,8 @@
 //
 //   INTEGER TO BINARY by J.P. Armstrong
 //   http://www.armtronics.com/
+//  
+//   Improved by Igor Skochinsky
 //
 //   PART OF CODE FROM:
 //   http://mbed.org/cookbook/Assembly-Language