Posts Tagged “Programming”
This is the second part of three in attempting to explain how to make the ATtiny13 flash a LED. Part 1: Setup, Hardware and A Basic Solution Part 2: Using timer interrupts Part 3: Low power mode Post-Pre-script: If you find this post useful, happen to try out the code, or have any other views [...]
This is the first part of three in attempting to explain how to make the ATtiny13 flash a LED. Part 1: Setup, Hardware and A Basic Solution Part 2: Using Timer Interrupts Part 3: Low Power Mode If you’re used to the user-friendliness of Arduino, getting started with bare bones AVRs can be hard work. [...]
I was messing around with some Christmas toys and threw together a Conway’s Game Of Life implementation together on my Arduino. I just love how quick it is to get things up and running on this platform. It took me longer to solder a platform for the LED matrix to raise it up off the [...]
… or how I got all the toys to play nice together … If you’re working in PHP and are echoing out your variables to see what’s going on, please stop that right now. Graphical Debuggers are here (in fact, they’ve been here for some decades) and now they work really nicely with free IDE [...]
I’ve always been a little jealous of RSpec. Those Ruby kids and their natural language BDD testing and plain text stories… It always just seems more awkward any other way. Cucumber looks pretty cool but getting it to play nicely with PHP is a little over my KISS threshold today. Well, PHPUnit does have an [...]
