last modification readme file: 25/11/25
SealerV2 sealer x raspberry pi pico (micropython)
############ estructure ############
/ ├── main.py ├── terminal.txt ├── logger.txt ├── total_production.txt ├── relative_production.txt ├── core/ │ ├── state_machine.py │ ├── sequencer.py │ └── logger.py └── hardware/ ├── potentiometers.py ├── actuators.py ├── leds.py ├── button.py ├── micro_switch.py └── thermocouple.py
############ pin out ############
led1 = (12) led2 = (13) led3 = (15) led4 = (14) led5 = (11) led6 = (8) led7 = (7) led_board = (25)
rele1 = (9) rele2 = (10) ssr1 = (0) ssr2 = (1)
button =
micro_sw =