Advertisement
Guest User

Untitled

a guest
Nov 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1.  
  2. {
  3. "configurations": [
  4. {
  5. "name": "Linux",
  6. "includePath": [
  7. "/home/martin/.arduino15/packages/arduino/tools/**",
  8. "/home/martin/.arduino15/packages/arduino/hardware/sam/1.6.11/**"
  9. ],
  10. "browse": {
  11. "limitSymbolsToIncludedHeaders": false,
  12. "path": [
  13. "/home/martin/.arduino15/packages/arduino/hardware/sam/1.6.11/cores/arduino/avr/",
  14. "/home/martin/Software/arduino-1.8.5/libraries/"
  15. ]
  16. },
  17. "forcedInclude": [
  18. "/home/martin/.arduino15/packages/arduino/hardware/sam/1.6.11/cores/arduino/Arduino.h"
  19. ],
  20. "intelliSenseMode": "gcc-x64",
  21. "compilerPath": "/usr/bin/gcc",
  22. "cStandard": "c11",
  23. "cppStandard": "c++17"
  24. }
  25. ],
  26. "version": 4
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement