# 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.