Control & Controller (aka DeviceControl & DeviceController) are a recurring patterns in MRL.
Control represents an interface for other consumers (e.g. ServoControl).
Controller manages a resource (e.g. Arduino).
"Attach" is the ubiquitous concept of joining the two together. The Lego Snap ! (e.g. ear.attach(mouth)).