Tag Archives: Servo.h
Sequence programming in C/C++ part 2: Memories
Last time I showed you how to program a sequence that is progressed by increasing a counter variable (Part 1), when a condition is fulfilled we increase the counter variable by one to progress the sequence. A similar type of sequence programming is to use memories instead of a counter so that each memory represents […]
Continue reading