-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
26 lines (24 loc) · 997 Bytes
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
; 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
; https://docs.platformio.org/page/projectconf.html
[env:megaatmega2560]
platform = atmelavr
board = megaatmega2560
framework = arduino
monitor_speed = 115200
lib_deps =
adafruit/Adafruit GFX Library@^1.11.9
adafruit/Adafruit SSD1306@^2.5.10
adafruit/Adafruit Keypad@^1.3.2
adafruit/Adafruit Unified Sensor@^1.1.14
adafruit/DHT sensor library@^1.4.6
https://github.com/zetiti10/Bibliotheque-Arduino-lance-missile.git
; En plus de ces bibliothèques, le répertoire ./lib en inclut d'autres (soit elles ne sont pas disponibles de base, soit elles ont été modifiées).
[platformio]
description = Programme de l'Arduino Méga qui gère le système de domotique de ma chambre.