1a6a549857
Working on programming AVR chips exposes a glaring omission in my first design of the SPI Relay: not allowing multiple devices make this task hard. I constantly have to unplug my SD card before, plug the AVR chip holder, then play a bit, then unplug the AVR holder, then replug the SD card... My prototype for a SPI relay design is built, but I haven't tested it yet. I need to adapt the code first, which is what I do here. When the prototype is tested, I'll update the SDC recipe with a new schema. |
||
---|---|---|
.. | ||
rc2014 | ||
sms | ||
ti | ||
README.md |
Hardware emulation
In this folder, we emulate some of the hardware used in recipes. The emulation is done in a simplistic manner, just enough to verify that the driver code for it works generally well. No tricky stuff implemented.
This kind of emulation is useful for detecting obvious regressions without having to get the code on actual hardware for the upteenth time.
To use, go to the appropriate subfolder and read README there.