-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
```
What steps will reproduce the problem?
1. Using teensy++2.0 and 1.5" ssd1351 from adafruit.
2. Wired up like this The numbers in parens are arduino pin numbers.
B0 (20) -> OC (OLEDCS)
B1 (21…
-
- [ ] Add I2C IO via periphery
- [ ] Repeal & replace existing SerialIO with periphery-based serial implementation
- [ ] Unit testing for new I2C
- [ ] Unit testing for new serial
-
Currently it is possible doe to serial bus issues that messages may start being read out of sync (i.e. `FF 66 01 FF FF` which should be `66 01 FF FF FF`).
Anything the reads from the serial port dire…