A Hardware Switch
by in CodeSOD on 2015-11-17Michele S. had recently worked on code for an engine-controlled device. Since the device had physically-moving parts operated by servos, the software had to be careful to not move anything out of bounds because it could actually break a physical piece of equipment.
Michele had written the low-level function which sets the position of a component.