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.
I would understand what is the use for the parameter const char *name = NULL that is common to all (or many) constructors and what is the need of Base class that mainly registers every object in the same place (i suppose a linked list).