//~~STARTUP // Code to execute when unit starts up override_led=1 ACC_THRESHOLD=0.1 timer_interval=10 //~~TIMER // Code to execute every TIMER_INTERVAL milliseconds // e.g. to execute code every 5 seconds, type: TIMER_INTERVAL=5000 if (LED_timer>0) { LED=1; LED_timer-- } else LED=0 //~~CALL // Code to execute when receiving an incoming call //~~SMS // Code to execute when receiving an SMS //~~MOVEMENT // Code to execute when detecting movement. // The movement intensity is stored in ACC_DETECT, as well as ACC_X, AXX_Y and AXX_Z LED_timer=10;