Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
11 years, 7 months ago.
how do i create a new rpc class for I2C?
Hi, i want to create a new rpc class for i2c just like the already existing classes like serial and spi, so i can use all or most of the i2c functions over rpc. I've looked at the rpc library and i don't really understand much of it. And i know it's possible to use the i2c functionallity trough the use of rpcfuncion and rpcvariables but i would really like to learn how i can do this by making a new rpc class.