Pythons in the ‘C’ircus

Posted on August 6th, 2009 by COMP-E

Spiffy code that is.  Stubby has made a few contributions as of late, so check them out.  I will be ragging on him to put his battleship game up, but alas it seems it’s lacking comments so we’ll see how long that takes.
I on the other hand, appologize for not tossing up any new coding [...]

Creating Morse Code Using The HCS08 Microcontroller

Posted on March 22nd, 2009 by COMP-E

Recently I was faced with the task of sending data out of a HCS08 microcontroller wirelessly.  I had only one pin available to me and decided to effectively create Morse Code so that my receiver could decode the signal without having some sort of reference clock to distinguish the 1’s and 0’s.   What took many [...]

Using SPI EEPROM 25AA512 On An HCS08 Microcontroller

Posted on March 13th, 2009 by COMP-E

This post will go to the forum eventually.  I need to fight with my hosting people first and get them to bump the limit on the amount of memory PHP can use.  So, for now, you can get all the good stuff here!
EDIT: I fixed the issue.  You can now view this topic on the [...]

C++ Examples

Posted on February 1st, 2009 by COMP-E

I’ve added quite a few more examples to the section on C++
( linked lists, hash tables, template classes, Makefile)
follow the link: COMP-E Forum: C++ Examples
    – comp-e