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.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Here's the line: sscanf(str,"%s %d %s", e,ledI,onoff)
e is a string, ledI is an int, onoff is also a string. str is initialized as: string str (inpt);
inpt is also a string.