Skip to content

Code repository for Internet of Things with ESP8266, published by Packt

License

Notifications You must be signed in to change notification settings

PacktPublishing/Internet-of-Things-with-ESP8266

Repository files navigation

#Internet of Things with ESP8266

This is the code repository for Internet of Things with ESP8266 , published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.

##Instructions and Navigation

The code included with this book is meant for use as an aid in performing the exercises and should not be used as a replacement for the book itself. Used out of context, the code may result in an unusable configuration and no warranty is given.

The code will look like the following:

// Import required libraries
#include <ESP8266WiFi.h>

void setup() {  

// Set GPIO 5 as output
pinMode(5, OUTPUT);
// Set GPIO 5 on a HIGH state
digitalWrite(5, HIGH);
}
void loop() {
}

##References IoT: Building Arduino-Based Projects

Learning IoT with Particle Photon and Electron

### Download a free PDF

 <i>If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.<br>Simply click on the link to claim your free PDF.</i>
<p align="center"> <a href="https://packt.link/free-ebook/9781786468024">https://packt.link/free-ebook/9781786468024 </a> </p>

About

Code repository for Internet of Things with ESP8266, published by Packt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages