Mydin-Class-Pico3Mod

De MCHobby - Wiki
Sauter à la navigation Sauter à la recherche
Page-under-construction.pngPage(s) en cours de traduction/élaboration.

Page(s) under translation/construction

Pico3Mod class

Raspberry-Pi Pico based controler for 3 modules DIN case.

 

The implementation of the class is closely tied to the features included into 3 modules DIN.

The features are used to design the PCB... so the board schematic is closely tied to the Pico3Mod class implementation.

Features

 

 

Board schematic

Schematic shows how the hardware (buttons, LEDs, buses, ...) are wired to the Pico.

 

 

 

Class Header

Ancestor PicoControler
Class Pico3Mod
Module pico
DIN Size 3 Modules
Descr Raspberry-Pi Pico based controler for 3 modules DIN case.

Attributes

buzzer : Buzzer

xxx

pca : PCA9536

Private

led0, led1, led2, led3 : PcaPinAdapter

xx

ext_rtc : DS3231

xxx

onewire : OneWire

xxx

roms : list

xxx

rom_ds18b20 : bytes

xxx

leds : list

Property, list of PcaPinAdapter

buttons : list

Property, list of Pin

onewire_roms : list

Property, list of str

has_ds18b20 : bool

Property.

temp_ds18b20 : float

Property.

Methods

xx