Warning: include_once(/home/public/articles/wp-content/plugins/akismet/) [function.include-once]: failed to open stream: Unknown error: 0 in /home/public/articles/wp-settings.php on line 473

Warning: include_once() [function.include]: Failed opening '/home/public/articles/wp-content/plugins/akismet/' for inclusion (include_path='.:/usr/local/php5/lib/php/') in /home/public/articles/wp-settings.php on line 473

Warning: Cannot modify header information - headers already sent by (output started at /home/public/articles/wp-settings.php:473) in /home/public/articles/wp-includes/feed-rss2-comments.php on line 8
Comments on: Making Code More Readable: An Arduino Example http://ryan.kohn.ca/articles/making-code-more-readable-an-arduino-example/ a passionate Toronto-area software developer. Tue, 07 Sep 2010 18:27:24 +0000 http://wordpress.org/?v=2.7.1 hourly 1 By: Ryan http://ryan.kohn.ca/articles/making-code-more-readable-an-arduino-example/#comment-3 Ryan Thu, 26 Mar 2009 21:32:37 +0000 http://ryan.kohn.ca/articles/?p=36#comment-3 That's not such a bad idea, since it would make outputting to a 7-segment display a little more flexible. Here's a good idea for how to build a function to output values based on an encoding scheme: http://www.thoughtstoblog.com/articles/2008/05/25/arduino-counter I suppose we could also get a bit more creative and allow for a full set of ASCII values to be put out on the display, but at that point, I think it would be better to consider a different type of display. That’s not such a bad idea, since it would make outputting to a 7-segment display a little more flexible. Here’s a good idea for how to build a function to output values based on an encoding scheme:
http://www.thoughtstoblog.com/articles/2008/05/25/arduino-counter

I suppose we could also get a bit more creative and allow for a full set of ASCII values to be put out on the display, but at that point, I think it would be better to consider a different type of display.

]]>
By: justice http://ryan.kohn.ca/articles/making-code-more-readable-an-arduino-example/#comment-2 justice Thu, 26 Mar 2009 20:06:23 +0000 http://ryan.kohn.ca/articles/?p=36#comment-2 you going to work on a binary encoding scheme? you going to work on a binary encoding scheme?

]]>