Skip to content

serlecu/golem-raw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

185 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

golem-node-screen

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


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors