-
Notifications
You must be signed in to change notification settings - Fork 1
/
platformio.ini
49 lines (46 loc) · 1.59 KB
/
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
; 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:zeroUSB]
platform = atmelsam
board = zeroUSB
framework = arduino
lib_deps =
arduino-libraries/Ethernet@^2.0.0
arduino-libraries/SD@^1.2.4
https://github.com/CNMAT/OSC
adafruit/Adafruit SleepyDog Library@^1.4.0
bblanchon/ArduinoJson@^6.18.4
https://github.com/ponoor/Ponoor_L6470_Library
ponoor/Ponoor PowerSTEP01 Library@^1.0.2
; [env:mzeroUSB]
; platform = atmelsam
; board = mzeroUSB
; framework = arduino
; lib_deps =
; arduino-libraries/Ethernet@^2.0.0
; arduino-libraries/SD@^1.2.4
; cnmat/[email protected]+sha.41b44981e3
; adafruit/Adafruit SleepyDog Library@^1.4.0
; bblanchon/ArduinoJson@^6.18.4
; https://github.com/ponoor/Ponoor_L6470_Library/archive/refs/tags/v1.0.3.zip
; ponoor/Ponoor PowerSTEP01 Library@^1.0.2
; This env doesn't work propery for the USB diagnosis tool so use [env:zeroUSB] instead.
; [env:adafruit_metro_m0]
; platform = atmelsam
; board = adafruit_metro_m0
; framework = arduino
; lib_deps =
; arduino-libraries/Ethernet@^2.0.0
; arduino-libraries/SD@^1.2.4
; cnmat/[email protected]+sha.41b44981e3
; adafruit/Adafruit SleepyDog Library@^1.4.0
; bblanchon/ArduinoJson@^6.18.4
; https://github.com/ponoor/Ponoor_L6470_Library/archive/refs/tags/v1.0.3.zip
; ponoor/Ponoor PowerSTEP01 Library@^1.0.2