This file contains hidden or 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
| #pragma once | |
| #include "esphome.h" | |
| //define differents pins of X9CXXX board | |
| #define CSPIN 16 | |
| #define INCPIN 17 | |
| #define UDPIN 18 | |
| class DigitalPotentiometer : public Component |
This file contains hidden or 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
| #!/usr/bin/env python3 | |
| import sys | |
| import getopt | |
| import hashlib | |
| import tarfile | |
| import glob | |
| import os | |
| import shutil |