support
support copied to clipboard
[NXT/EV3] [Feature] I2C device support
I noticed that the current EV3 I2C driver is actually a stub which doesn't do anything. We will eventually need this to support NXT and third-party sensors, as mentioned in this comment.
- [x] Implement I2C low-level driver for EV3
- [ ] Implement I2C low-level driver for NXT
- [x] Implement sensor type detection
- [x] Expose the
nxtdevicesAPIs