fangle / Definitive-Guide-to-IR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Definitive Guide to IR

This is the code for this YouTube video: https://youtu.be/gADIb1Xw8PE

It runs on ESP32. You have to use another library if you want to use it on an ESP8266 (https://github.com/markszabo/IRremoteESP8266) and replace the WiFi.h with ESP8266WiFi.h Please comment credentials.h if you have no such file in your library folder.

The credentiald.h file just contains credentials:

#define CREDENTIALS 1 // WLAN #define mySSID "" #define myPASSWORD ""

About


Languages

Language:C++ 53.1%Language:Arduino 34.4%Language:C 12.5%