Выводит сигнал HIGH или LOW на назначенный порт LED
void led_out(int $pin, int $type)
Отсутствуют
<?php include "/lib/sd_101.php"; led_setup(LED_A, "out"); // Setting the LED_A to input led_out(LED_A, "LOW"); // Output LOW to LED_A ?>