Hardware Reference
In-Depth Information
system
Execute a Linux command. See “system()” on page 108 .
system() does not work on other Arduino boards.
Example
system("curl http://makezine.com &> /dev/ttyGS0");
Uses the Linux command curl to fetch a site and output the server's re-
sponse to the Galileo serial monitor.
 
Search WWH ::




Custom Search