2510_RegulationChauffage
|
Espaces de nommage | |
namespace | app |
namespace | app.test_lm70_compatible |
Fonctions | |
app.test_lm70_compatible.test_lm70 () | |
Test de communication SPI avec le capteur LM70. |
Variables | |
app.test_lm70_compatible.level | |
app.test_lm70_compatible.format | |
app.test_lm70_compatible.handlers | |
app.test_lm70_compatible.logger = logging.getLogger("LM70-Test") | |
int | app.test_lm70_compatible.LM70_CS_GPIO = 18 |
int | app.test_lm70_compatible.SPI_MOSI_ADC_GPIO = 20 |
int | app.test_lm70_compatible.SPI_MISO_ADC_GPIO = 19 |
int | app.test_lm70_compatible.SPI_SCLK_ADC_GPIO = 21 |
app.test_lm70_compatible.current_dir = os.path.dirname(os.path.abspath(__file__)) | |
str | app.test_lm70_compatible.src_dir = os.path.dirname(current_dir) if "src" in current_dir else current_dir |
app.test_lm70_compatible.spi = spidev.SpiDev() | |
app.test_lm70_compatible.max_speed_hz | |
app.test_lm70_compatible.mode | |
app.test_lm70_compatible.bits_per_word |