golem-node-screen/
│
├── node_display/
│ │
│ ├── node-display.py
│ │
│ ├── requirements.txt
│ │
│ ├── README.md
│ │
│ ├── docs/ # TODO: Documentation
│ │ ├── user_manual.md
│ │ ├── developer_manual.md
│ │ ├── design.md
│ │ └── ...
│ │
│ └── src/
│ ├── __init__.py
│ ├── globals.py
│ ├── bluetooth.py
│ ├── graphics.py
│ └── debug_display.py
│
├── node_vaina-sensor/
│ │
│ ├── node_vaina-sensor.ino
│ │
│ ├── module_bluetooth.ino
│ ├── module_sensors.ino
│ ├── module_audio.ino
│ ├── module_utility.ino
│ ├── noise_sample.ino
│ │
│ ├── README.md
│ │
│ └── docs/ # TODO: Documentation
│ ├── user_manual.md
│ ├── developer_manual.md
│ ├── design.md
│ └── ...
│
└── node_vaina-visualizer/
│
├── main.py
│
├── requirements.txt
│
├── README.md
│
├── docs/ # TODO: Documentation
│ ├── design.md
│ ├── user_manual.md
│ ├── developer_manual.md
│ └── ...
│
└── src/
├── __init__.py
├── globals.py
├── bluetooth.py
├── graphics.py
└── debugInDisplay.py
serlecu/golem-raw
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|