Closed birkenfeld closed 4 years ago
Can you explain why you feel it's beneficial to have several start_data calls rather than just one in write_data that cascades down?
I tried to avoid duplicating the dc.set_high() for every bit of data written. But it's questionable whether that's an actual gain...
dc.set_high()
Can you explain why you feel it's beneficial to have several start_data calls rather than just one in write_data that cascades down?