c4ev3/EV3-API

Serial Communication

fugiro opened this issue · 1 comments

Hi.

Is it possible to use this lib to communicate the EV3 Brick with an external board (like arduino) via usart or i2c? Thanks

a3f commented

Hello,

ev3sensor.c uses UART as well as I²C for communicating with EV3 and NXT sensors respectively. Check it out.

Maybe you are able to adapt this to your use case.