Add a note about setting our i2c speed

pull/18/merge
Jesse Vincent 8 years ago
parent c1e6b40069
commit aa04ee17ba

@ -30,7 +30,7 @@ void Model01::setup(void) {
rightHandState.all = 0;
Wire.begin();
TWBR=12;
TWBR=12; // This is 400mhz, which is the fastest we can drive the ATTiny
}

Loading…
Cancel
Save