58 lines
3 KiB
JSON
58 lines
3 KiB
JSON
//
|
|
// !!! WARNING !!! AUTO-GENERATED FILE!
|
|
// PLEASE DO NOT MODIFY IT AND USE "platformio.ini":
|
|
// https://docs.platformio.org/page/projectconf/section_env_build.html#build-flags
|
|
//
|
|
{
|
|
"configurations": [
|
|
{
|
|
"name": "PlatformIO",
|
|
"includePath": [
|
|
"/Users/gaugendre/Projects/arduino-toy-projects/super_simon/include",
|
|
"/Users/gaugendre/Projects/arduino-toy-projects/super_simon/src",
|
|
"/Users/gaugendre/Projects/arduino-toy-projects/super_simon/.pio/libdeps/uno/LiquidCrystal/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/cores/arduino",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/variants/standard",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/HID/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/SPI/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/Wire/src",
|
|
""
|
|
],
|
|
"browse": {
|
|
"limitSymbolsToIncludedHeaders": true,
|
|
"path": [
|
|
"/Users/gaugendre/Projects/arduino-toy-projects/super_simon/include",
|
|
"/Users/gaugendre/Projects/arduino-toy-projects/super_simon/src",
|
|
"/Users/gaugendre/Projects/arduino-toy-projects/super_simon/.pio/libdeps/uno/LiquidCrystal/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/cores/arduino",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/variants/standard",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/HID/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/SPI/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src",
|
|
"/Users/gaugendre/.platformio/packages/framework-arduino-avr/libraries/Wire/src",
|
|
""
|
|
]
|
|
},
|
|
"defines": [
|
|
"PLATFORMIO=50205",
|
|
"ARDUINO_AVR_UNO",
|
|
"F_CPU=16000000L",
|
|
"ARDUINO_ARCH_AVR",
|
|
"ARDUINO=10808",
|
|
"__AVR_ATmega328P__",
|
|
""
|
|
],
|
|
"cStandard": "c11",
|
|
"cppStandard": "c++11",
|
|
"compilerPath": "/Users/gaugendre/.platformio/packages/toolchain-atmelavr/bin/avr-gcc",
|
|
"compilerArgs": [
|
|
"-mmcu=atmega328p",
|
|
""
|
|
]
|
|
}
|
|
],
|
|
"version": 4
|
|
}
|