-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
25 lines (22 loc) · 908 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
; 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
[platformio]
env_default = LedCube_3x3x3 ; LedCube_3x3x3 , LedCube_4x4x4
lib_extra_dirs = ../Generic-Libraries/external-libs, ../Generic-Libraries/lib
[env:LedCube_3x3x3]
platform = atmelavr
board = nanoatmega328
framework = arduino
build_flags = -DDIM_3x3x3 -DGAME ; [ -DCUBE_STARS , -DCUBE_RANDOM , -DCUBE_COMPLETE , -DGAME ] , -DDEBUG
[env:LedCube_4x4x4]
platform = atmelavr
board = nanoatmega328
framework = arduino
build_flags = -DDIM_4x4x4 -DCUBE_COMPLETE ; [ -DCUBE_STARS , -DCUBE_RANDOM , -DCUBE_COMPLETE , -DGAME ] , -DDEBUG