Skip to content

Instantly share code, notes, and snippets.

@LarsBergqvist
Created August 8, 2017 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save LarsBergqvist/e9a8fda3f3c93a2be3b53ba2737f39e0 to your computer and use it in GitHub Desktop.
Save LarsBergqvist/e9a8fda3f3c93a2be3b53ba2737f39e0 to your computer and use it in GitHub Desktop.
Platform IO ini-file example
; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; http://docs.platformio.org/page/projectconf.html
[env:pro8MHzatmega328]
platform = atmelavr
board = pro8MHzatmega328
framework = arduino
lib_deps=
https://github.com/PaulStoffregen/OneWire
https://github.com/milesburton/Arduino-Temperature-Control-Library.git
https://github.com/LarsBergqvist/Sensor433
https://github.com/sui77/rc-switch.git
https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/narcoleptic/Narcoleptic_v1a.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment