<?PHP 
$umido = file_get_contents ("http://localhost/arduino/idro"); 
$tempe = file_get_contents ("http://localhost/arduino/termo"); 
date_default_timezone_set('UTC'); 
$save= date( 'd.M.Y H:i')."|".$umido."|".$tempe."\n"; 
$write_file = fopen("/mnt/sda1/php/datilog.txt","a"); 
fwrite($write_file,$save); 
fclose($write_file); 
?>

Fonte: Moddingstudio.com - Primo Esperimento con Arduino YUN http://www.moddingstudio.com/content.php?1709-Primo-Esperimento-con-Arduino-YUN#ixzz2wahy6CZU

Affichages : 6527