This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
All codes are in hexadecimal NEC format, 32 bits long. Ready to use with IRLib Arduino library. | |
### DISCRETE INPUTS ### | |
Tuner 20DF6B94 | |
HDMI1 20DF738C | |
HDMI2 20DF33CC | |
HDMI3 20DF9768 | |
HDMI4 20DF5BA4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>ulam-spiral</title> | |
<script type="application/dart" src="main.dart"></script> | |
</head> |