My new favourite Raspberry Pi accessory

The day after we got back from our holiday travels, I popped in to a nearby Aldi store. Every week they have “special buys”, and sometimes they can be bargains. What tempted me in was the idea of a relatively low-cost battery-operated LED light, with an infra-red remote control. I bought one, but I haven’t …

Continue reading ‘My new favourite Raspberry Pi accessory’ »

Testing memory-mapped IO

Following on from yesterday’s post about developing code which uses the memory-mapped IO on the Raspberry Pi, but on a separate development system which does not have the same hardware, I began to think about the steps needed for testing such code. The first stage is unit-level testing. As much of the code as possible …

Continue reading ‘Testing memory-mapped IO’ »