Created
August 25, 2017 23:12
-
-
Save D3f0/85a39228b96f2b9eb98dd0c45ed95b23 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
void setup() | |
{ | |
system("ifconfig eth0 192.168.0.100 netmask 255.255.255.0 up"); | |
} | |
void loop(){} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment