-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusb_teensy_clocker.code-workspace
More file actions
66 lines (66 loc) · 1.44 KB
/
usb_teensy_clocker.code-workspace
File metadata and controls
66 lines (66 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"folders": [
{
"path": "."
},
{
"path": "../my_libraries/mymenu"
},
{
"path": "../my_libraries/parameters"
},
{
"path": "../my_libraries/midihelpers"
},
{
"path": "../my_libraries/seqlib"
},
{
"path": ".pio/libdeps/pcb_go/uClock"
},
{
"name": "usb_teensy_clocker @ a1745fb",
"uri": "gitlens://7b22726566223a2261313734356662303039353331346330616461303065656537393639613734616166383762386632222c227265706f50617468223a22633a2f55736572732f646f637465612f446f63756d656e74732f41726475696e6f2f7573625f7465656e73795f636c6f636b6572227d/c:/Users/doctea/Documents/Arduino/usb_teensy_clocker?{\"ref\":\"a1745fb\"}"
},
{
"path": "../my_libraries/uClock"
}
],
"settings": {
"files.associations": {
"array": "cpp",
"deque": "cpp",
"string": "cpp",
"unordered_map": "cpp",
"vector": "cpp",
"initializer_list": "cpp",
"functional": "cpp",
"istream": "cpp",
"limits": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"*.tcc": "cpp",
"ostream": "cpp",
"atomic": "cpp",
"chrono": "cpp",
"fstream": "cpp",
"mutex": "cpp",
"sstream": "cpp",
"streambuf": "cpp",
"system_error": "cpp",
"tuple": "cpp",
"iosfwd": "cpp",
"interfaces": "cpp",
"ili9341_fonts.h": "c",
"utility": "cpp",
"exception": "cpp",
"new": "cpp",
"stdexcept": "cpp",
"iostream": "cpp",
"cinttypes": "cpp",
"cmath": "cpp",
"cstdlib": "cpp",
"string_view": "cpp"
}
}
}