st_free_setup()


Запуск назначенного программного таймера (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 
?>

Смотрите также