Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 663 Bytes

INFO.md

File metadata and controls

35 lines (28 loc) · 663 Bytes

Coding Outline

Separate modules by function

1. Display

  • 3 Displays

2. Data/Sensor Reading

  • Motion Sensor
  • Weight Sensor

3. Connect display with sending readings

  • Main event loop checking for readings and updating screen

Project Layout

dwb/
    dwb/
        __init__.py
        __main__.py
        display.py
        font_manager.py
        motion_sensor.py
        scale.py
    INFO.md
    README.md

Updates

04/25/2017

Side-by-side displays for each bin stitched together. No content yet. preview20170425