将指定ST(Software Timer)设定为(ST)自由模式并启动
void st_free_setup(int $st_id [, string $div = “ms”])
none
<?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
?>