Skip to content

SensorsIot/Definitive-Guide-to-IR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages