ソースを参照

Added workspace to scm

tags/v1.2.0
Bertrand Lemasle 6年前
コミット
a371b8556d
1個のファイルの変更26行の追加0行の削除
  1. +26
    -0
      gpstracker.code-workspace

+ 26
- 0
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"
}
}

読み込み中…
キャンセル
保存