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.
8 years, 9 months ago. This question has been closed. Reason: Off Topic
DigitalOut in RPC Serial example- need to add a line for wiki page /DigitalOut/new example to work
Need to add RPC::add_rpc_class<RpcDigitalOut>(); to RPC - Serial code in main to get the wiki page DigitalOut/new example to work, so that new DigitalOuts can be created. The basic mbed APIs were all setup in the old version of the library, but each one will need this line to use them in the new RPC library code.