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.
hi every body ... i have a question regarding creation of timers in classes ... i tried to make a class, which contains a timer as one of its private members, but my question is, if i create 2 objects of this class, will each object have its independant timer?? (i mean if i create 20 objects for instance, will this mean that i will have 20 independent timers, which i find not logic) or will they use the same timer as if it is a static member??