-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathxlightRainbow.ewt
192 lines (189 loc) · 6 KB
/
xlightRainbow.ewt
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
<?xml version="1.0" encoding="iso-8859-1"?>
<project>
<fileVersion>2</fileVersion>
<configuration>
<name>Debug</name>
<toolchain>
<name>STM8</name>
</toolchain>
<debug>1</debug>
</configuration>
<configuration>
<name>Release</name>
<toolchain>
<name>STM8</name>
</toolchain>
<debug>0</debug>
</configuration>
<group>
<name>STM8S Library</name>
<group>
<name>inc</name>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_adc1.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_clk.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_exti.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_flash.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_gpio.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_spi.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_tim1.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_tim2.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_tim3.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_tim4.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_uart2.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\inc\stm8s_wwdg.h</name>
</file>
</group>
<group>
<name>src</name>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_adc1.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_clk.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_exti.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_flash.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_gpio.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_spi.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_tim1.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_tim2.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_tim3.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_tim4.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_uart2.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\STM8S_StdPeriph_Driver\src\stm8s_wwdg.c</name>
</file>
</group>
</group>
<group>
<name>User</name>
<group>
<name>common</name>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\debugDefine.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\FlashDataStorage.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\FlashDataStorage.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\LightPublicDefine.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\MyMessage.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\rf24l01.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\rf24l01.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\stm8s_conf.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\timer_4.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\timer_4.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\Uart2Dev.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\Uart2Dev.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\wwdg.c</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\wwdg.h</name>
</file>
<file>
<name>$PROJ_DIR$\..\xlightCommon-stm8s\Xlight_lib\xliNodeConfig.h</name>
</file>
</group>
<group>
<name>inc</name>
<file>
<name>$PROJ_DIR$\Project\inc\_global.h</name>
</file>
<file>
<name>$PROJ_DIR$\Project\inc\color_factory.h</name>
</file>
<file>
<name>$PROJ_DIR$\Project\inc\LightPwmDrv.h</name>
</file>
<file>
<name>$PROJ_DIR$\Project\inc\ProtocolParser.h</name>
</file>
<file>
<name>$PROJ_DIR$\Project\inc\stm8s_conf.h</name>
</file>
<file>
<name>$PROJ_DIR$\Project\inc\stm8s_it.h</name>
</file>
</group>
<group>
<name>src</name>
<file>
<name>$PROJ_DIR$\Project\src\color_factory.c</name>
</file>
<file>
<name>$PROJ_DIR$\Project\src\LightPwmDrv.c</name>
</file>
<file>
<name>$PROJ_DIR$\Project\src\main.c</name>
</file>
<file>
<name>$PROJ_DIR$\Project\src\ProtocolParser.c</name>
</file>
</group>
</group>
</project>