From a371b8556d916cd3a1d30933e855922f5d5d1a03 Mon Sep 17 00:00:00 2001 From: Bertrand Lemasle Date: Sun, 5 Aug 2018 23:03:23 +1200 Subject: [PATCH] Added workspace to scm --- gpstracker.code-workspace | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 gpstracker.code-workspace diff --git a/gpstracker.code-workspace b/gpstracker.code-workspace new file mode 100644 index 0000000..1f9a02e --- /dev/null +++ b/gpstracker.code-workspace @@ -0,0 +1,26 @@ +{ + "folders": [ + { + "path": "." + }, + { + "path": "../libraries/SIM808" + }, + { + "path": "../libraries/uDS3231" + }, + { + "path": "../libraries/E24" + }, + { + "path": "../libraries/Low-Power" + }, + { + "path": "../libraries/ArduinoLog" + } + ], + "settings": { + "C_Cpp.intelliSenseEngineFallback": "Disabled", + "C_Cpp.intelliSenseEngine": "Tag Parser" + } +} \ No newline at end of file