Установка типа назначенного LED
void led_setup(int $pin, string $mode)
Отсутствуют
<?php
include "/lib/sd_101.php";
led_setup(LED_A, "led_net0_link"); // Setting the LED_A to network ACT LED
led_setup(LED_B, "led_net0_rx"); // Setting the LED_B to network receive LED
?>