-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFlintExample.code-workspace
More file actions
69 lines (69 loc) · 1.13 KB
/
FlintExample.code-workspace
File metadata and controls
69 lines (69 loc) · 1.13 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
67
68
69
{
"folders": [
{
"name": "HelloWorld",
"path": "examples/JavaBase/HelloWorld"
},
{
"name": "Thread",
"path": "examples/JavaBase/Thread"
},
{
"name": "Pin",
"path": "examples/FlintIO/Pin"
},
{
"name": "Port",
"path": "examples/FlintIO/Port"
},
{
"name": "Adc",
"path": "examples/FlintIO/Adc"
},
{
"name": "Dac",
"path": "examples/FlintIO/Dac"
},
{
"name": "TouchPad",
"path": "examples/FlintIO/TouchPad"
},
{
"name": "SerialPort",
"path": "examples/FlintIO/SerialPort"
},
{
"name": "SpiMaster",
"path": "examples/FlintIO/SpiMaster"
},
{
"name": "I2cMaster",
"path": "examples/FlintIO/I2cMaster"
},
{
"name": "I2sMaster",
"path": "examples/FlintIO/I2sMaster"
},
{
"name": "OneWire",
"path": "examples/FlintIO/OneWire"
},
{
"name": "BitStream",
"path": "examples/FlintIO/BitStream"
},
{
"name": "WiFi_AP",
"path": "examples/FlintNet/WiFi_AP"
},
{
"name": "WiFi_Scan",
"path": "examples/FlintNet/WiFi_Scan"
},
{
"name": "WiFi_Station",
"path": "examples/FlintNet/WiFi_Station"
}
],
"settings": {}
}