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.

22 line
680 B

  1. {
  2. "configurations": [
  3. {
  4. "name": "Win32",
  5. "includePath": [
  6. "${workspaceFolder}/src/**",
  7. "${workspaceFolder}/../libraries/SIM808",
  8. "${workspaceFolder}/../libraries/uDS3231",
  9. "${workspaceFolder}/../libraries/E24",
  10. "${workspaceFolder}/../libraries/Low-Power",
  11. "${workspaceFolder}/../libraries/ArduinoLog",
  12. "${config:arduino.path}/tools/**",
  13. "${config:arduino.path}/hardware/arduino/avr/**",
  14. "${config:arduino.path}/hardware/tools/avr/avr/include/**"
  15. ],
  16. "intelliSenseMode": "clang-x64",
  17. "cStandard": "c11",
  18. "cppStandard": "c++11"
  19. }
  20. ],
  21. "version": 4
  22. }