You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
516 B

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