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