Hardware Reference
In-Depth Information
Serial.print(c);
}
Finally, in order to save power, we disconnect from the local Wi-Fi network every time:
cc3000.disconnect();
And we repeat the process every 10 seconds:
delay(10000);
Note
The full code can be found inside the GitHub repository of the project at the following
URL:
https://github.com/openhomeautomation/arduino-home-automation/tree/master/chapter4
Search WWH ::




Custom Search