-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.ccls
More file actions
25 lines (22 loc) · 1.04 KB
/
.ccls
File metadata and controls
25 lines (22 loc) · 1.04 KB
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
clang
%c -std=c11
%cpp -std=c++11
-I/home/chris/projects/smoker_controller/include
-I/home/chris/projects/smoker_controller/src
-I/home/chris/.platformio/packages/framework-arduino-avr/cores/arduino
-I/home/chris/.platformio/packages/framework-arduino-avr/variants/eightanaloginputs
-I/home/chris/.platformio/packages/framework-arduino-avr/libraries/EEPROM/src
-I/home/chris/.platformio/packages/framework-arduino-avr/libraries/HID/src
-I/home/chris/.platformio/packages/framework-arduino-avr/libraries/SPI/src
-I/home/chris/.platformio/packages/framework-arduino-avr/libraries/SoftwareSerial/src
-I/home/chris/.platformio/packages/framework-arduino-avr/libraries/Wire/src
-I/home/chris/.platformio/packages/toolchain-atmelavr/lib/gcc/avr/5.4.0/include-fixed
-I/home/chris/.platformio/packages/toolchain-atmelavr/lib/gcc/avr/5.4.0/include
-I/home/chris/.platformio/packages/toolchain-atmelavr/avr/include
-I/home/chris/.platformio/packages/tool-unity
-DPLATFORMIO=40304
-DARDUINO_AVR_NANO
-DF_CPU=16000000L
-DARDUINO_ARCH_AVR
-DARDUINO=10808
-D__AVR_ATmega328P__