Example #1
0
void Timer::interrupt(){
	wait_ms_decrement();
	Solenoid* solenoid = Solenoid::getInstance();
	solenoid->interrupt();
	++ total;
}