Запуск назначенного программного таймера (ST) после настройки таймера в свободный режим
void st_free_setup(int $st_id [, string $div = “ms”])
Отсутствуют
<?php
include "/lib/sd_340.php";
st_free_setup(0); // Configuring ST0 as a free mode and start the timer
st_free_setup(1, "sec"); // Configuring ST1 as a free mode and start the timer
?>