Пример #1
0
//destructor
CalliopeSoundMotor::~CalliopeSoundMotor()
{
    system_timer_remove_component(this);
}
Пример #2
0
/**
  * Destructor for MicroBitDisplay, where we deregister this instance from the array of system components.
  */
MicroBitDisplay::~MicroBitDisplay()
{
    system_timer_remove_component(this);
}