25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
600B

  1. {
  2. "configurations": [
  3. {
  4. "name": "Linux",
  5. "includePath": [
  6. "/home/wouter/.arduino15/packages/arduino/tools/**",
  7. "/home/wouter/.arduino15/packages/arduino/hardware/avr/1.6.22/**"
  8. ],
  9. "forcedInclude": [
  10. "/home/wouter/.arduino15/packages/arduino/hardware/avr/1.6.22/cores/arduino/Arduino.h"
  11. ],
  12. "intelliSenseMode": "gcc-x64",
  13. "compilerPath": "/usr/bin/clang",
  14. "cStandard": "c11",
  15. "cppStandard": "c++17"
  16. }
  17. ],
  18. "version": 4
  19. }