-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathcansat-vs-code.code-workspace
82 lines (82 loc) · 1.66 KB
/
cansat-vs-code.code-workspace
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
{
"folders": [
{
"path": "."
}
],
"settings": {
"terminal.integrated.shell.windows": "C:\\msys32\\usr\\bin\\bash.exe",
"terminal.integrated.shellArgs.windows": [
"--login",
],
"terminal.integrated.env.windows": {
"CHERE_INVOKING": "1",
"MSYSTEM": "MINGW32",
},
"files.associations": {
"esp_system.h": "c",
"aux_ps.h": "c",
"semphr.h": "c",
"cansat.h": "c",
"gpio.h": "c",
"freertos.h": "c",
"spi_manager.h": "c",
"gps_manager.h": "c",
"esp_err.h": "c",
"imu_manager.h": "c",
"humidity_manager.h": "c",
"stdint.h": "c",
"string.h": "c",
"minmea.h": "c",
"pressure_manager.h": "c",
"bmm050.h": "c",
"esp_log.h": "c",
"sensor_fusion.h": "c",
"chrono": "c",
"ratio": "c",
"system_error": "c",
"type_traits": "c",
"xfunctional": "c",
"xlocmon": "c",
"xstddef": "c",
"xtr1common": "c",
"functional": "c",
"algorithm": "c",
"limits": "c",
"math.h": "c",
"bq27441.h": "c",
"battery_manager.h": "c",
"stdatomic.h": "c",
"esp_types.h": "c",
"stdlib.h": "c",
"servo_manager.h": "c",
"ledc.h": "c",
"esp_spi_flash.h": "c",
"spi_common.h": "c",
"xiosbase": "cpp",
"random": "c",
"array": "c",
"vector": "c",
"xstring": "c",
"esp_timer.h": "c",
"i2c.h": "c",
"*.ipp": "c",
"sdkconfig.h": "c",
"esp_int_wdt.h": "c",
"i2c_manager.h": "c",
"sensor_manager.h": "c",
"limits.h": "c",
"deque": "c",
"initializer_list": "c",
"queue": "c",
"xutility": "c",
"iosfwd": "c",
"xlocale": "c",
"esp_vfs_dev.h": "c",
"xlocnum": "c",
"xloctime": "c",
"sup_cmd_manager.h": "c",
"axtec_packet.h": "c"
}
}
}