Posts tagged with 'embedded'
Embedded systems are specialized computer systems, usually with reduced features, aimed at specific tasks. They are a huge deal in the DIY community, through the use of microcontrollers, Arduinos and so on.
A coroutine system for AVR
AVR microcontrollers are fascinating to me, and I keep wanting to program them in fun and weird ways, using C++ in particular, as you may have seen in another previous post. Today, I want to investigate the implementation of coroutines (in fact, more precisely, of collaborative green threads) on AVR.