Archive · pre-wiki site

C Programs

Archived from the site that ran here before WordPress, and reproduced as written — links and prices and "coming soon"s included. Nothing on this page is maintained.

Note that I don’t update this page much, so the best bet is to just go to
http://www.avrfreaks.net/Freaks/freakshow.php and do a search by ‘author’ for c_oflynn

note: the first page linked above can take a long time to open, normally just wait about 5-10 seconds and click ‘stop’. Enough of the page has loaded that you can search by author.

If you do NOT want to register (this also counts for when clicking on these belowlinks)
username: guest
password: guestuser

note: Currently you cannot download from this site… they link to my project on AVRFreaks.net

[AVR Specific]
Simple UART - simple polled UART, does NOT use interrupts

Sonar project - uses old polaroid transducer to get SONAR-type measurements

[Non-AVR Specific]
Floating point to ASCII - convert floating point to ASCII. Effecient if you dont need the full (e style) conversions, although it can do them

ISAAC RNG - implementation of the ISAAC random number generator (the core ISAAC code is NOT written by me)

Various EDM - error detection methods, right now CRC8, CRC16, and checksum. This will probably be added to…