public void Write(bool bit) { _dataPin.Write(bit); _clockPin.Pulse(); }
public void Commit() { _commitPin.Pulse(); }
public void Clear() { _resetPin.Pulse(); }