LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
bitbound/__init__.py
bitbound/device.py
bitbound/event.py
bitbound/expression.py
bitbound/hardware.py
bitbound/units.py
bitbound.egg-info/PKG-INFO
bitbound.egg-info/SOURCES.txt
bitbound.egg-info/dependency_links.txt
bitbound.egg-info/requires.txt
bitbound.egg-info/top_level.txt
bitbound/buses/__init__.py
bitbound/buses/base.py
bitbound/buses/gpio.py
bitbound/buses/i2c.py
bitbound/buses/onewire.py
bitbound/buses/spi.py
bitbound/buses/uart.py
bitbound/devices/__init__.py
bitbound/devices/actuators/__init__.py
bitbound/devices/actuators/buzzer.py
bitbound/devices/actuators/led.py
bitbound/devices/actuators/motor.py
bitbound/devices/actuators/relay.py
bitbound/devices/displays/__init__.py
bitbound/devices/displays/lcd.py
bitbound/devices/displays/oled.py
bitbound/devices/displays/segment.py
bitbound/devices/sensors/__init__.py
bitbound/devices/sensors/analog.py
bitbound/devices/sensors/bme280.py
bitbound/devices/sensors/dht.py
bitbound/devices/sensors/ds18b20.py
bitbound/devices/sensors/light.py
bitbound/devices/sensors/motion.py
examples/led_effects.py
examples/motion_alarm.py
examples/smart_thermostat.py
examples/weather_station.py
tests/test_expression.py
tests/test_hardware.py
tests/test_units.py