Skip to content

Instantly share code, notes, and snippets.

@ArduinoDiscordBot
Created January 16, 2021 11:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ArduinoDiscordBot/869e9a04cf525c9257071b98e51982dc to your computer and use it in GitHub Desktop.
Save ArduinoDiscordBot/869e9a04cf525c9257071b98e51982dc to your computer and use it in GitHub Desktop.
Code by Wellick#2464 - Sat Jan 16 2021 11:42:38 GMT+0000 (Coordinated Universal Time)

This gist was pasted by the Arduino discord server bot.

This gist was automatically pasted at the request of the code author or one of the discord server helpers. If you have any suggestions or bugs to report, you can do so on our GitHub repository, or in our discord server. This project is run by volunteers so feel free to fork and commit your changes then open a pull request!


⬇️ Pasted Code ⬇️

arduino
if (irrecv.decode(&results)) {
serialPrintUint64(results.value, HEX);
Serial.println(mod);
irrecv.resume(); // Receive the next value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment