Files
Smartwave/orchestrateur/sensors/__init__.py
T
Ninluc d7833100a5
Build, push image, and notify Watchtower / build-image (push) Successful in 43s
Build, push image, and notify Watchtower / notify (push) Successful in 12s
RFID reading and authorization
2026-08-19 15:51:13 +02:00

10 lines
303 B
Python

# import grovepi
import sensors.ultrasonicRanger as ultrasonicRanger
import sensors.temp_hum as temp_hum
import sensors.button as button
import sensors.gps as gps
import sensors.camera as camera
import sensors.buzzer as buzzer
import sensors.rgb_lcd as rgb_lcd
import sensors.rfid_reader as rfid_reader