public void Register(IGPIOSender peripheral, NullRegistrationPoint registrationPoint) { machine.RegisterAsAChildOf(this, peripheral, registrationPoint); }
public void Unregister(IGPIOSender peripheral) { machine.UnregisterAsAChildOf(this, peripheral); }