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.

23 line
742 B

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