mirror of
https://github.com/kevinveenbirkenbach/physical-interface.git
synced 2024-11-14 14:21:04 +01:00
18 lines
500 B
Markdown
18 lines
500 B
Markdown
# Physical Interface
|
|
|
|
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
|
|
|
|
Software to build up an REST-API on an Arduino based microcontroller, to interact with hardware and the physical environment.
|
|
|
|
## Setup
|
|
|
|
First update the necessary software via typing in:
|
|
|
|
```bash
|
|
bash ./scripts/library-update.sh
|
|
bash ./scripts/board-update.sh
|
|
```
|
|
|
|
## License
|
|
The ["GNU AFFERO GENERAL PUBLIC LICENSE"](./LICENSE.txt) applies to this project.
|