temporaerhaus / ttn-ulm-feinstaub

TTN Ulm particulate matter sensor for Arduino (luftdaten.info project)
https://lora.ulm-digital.com
GNU Affero General Public License v3.0
18 stars 7 forks source link

Add platformio configuration for the things uno. #4

Closed bertrik closed 5 years ago

bertrik commented 5 years ago

This adds a platformio configuration file, specifically for the things uno board. Platformio allows you to build Arduino projects from the command line, even automatically on a continuous integration platform like Travis. Libraries and toolchains required for building are downloaded automatically (and cached locally). For example, to build and upload the software to the board using platformio: pio run -t upload

Platformio itself can be installed by install python-pip (apt-get install python-pip) and then using pip to install platformio (pip install platformio)