Kaynağa Gözat

Extended avrSerial Page

Thomas Buck 11 yıl önce
ebeveyn
işleme
bf6311f1ab
5 değiştirilmiş dosya ile 142 ekleme ve 68 silme
  1. 45
    3
      input/projects/avrserial.md
  2. 17
    1
      output/avrserial.de.html
  3. 17
    1
      output/avrserial.html
  4. 2
    2
      output/rss.xml
  5. 61
    61
      output/sitemap.xml

+ 45
- 3
input/projects/avrserial.md Dosyayı Görüntüle

@@ -13,18 +13,60 @@ print: true
13 13
 
14 14
 # {{ page.title }}
15 15
 
16
-The avrSerial Library let's your AVR communicate with it's UART. At the moment, the following AtMega types are supported: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. To add another processor, just get the register names from the data sheet and put them in the header file.
16
+The avrSerial Library enables interrupt-driven UART communication on all available UART modules. Each module has it's own receive and transmit buffer. XON/XOFF Flow Control for the receiving end can be enabled. At the moment, the following AtMega types are supported:
17
+
18
+    AtMega8
19
+    AtMega16
20
+    AtMega32
21
+    AtMega8515
22
+    AtMega8535
23
+    AtMega323
24
+    AtMega2560
25
+    AtMega2561
26
+    AtMega1280
27
+    AtMega1281
28
+    AtMega640
29
+    AtMega168
30
+
31
+To add another processor, just get the register names from the data sheet and put them in the header file.
17 32
 
18 33
 [Code on GitHub][1]
19 34
 
35
+[Doxygen Documentation (HTML)][2]
36
+
37
+[Doxygen Documentation (PDF)][3]
38
+
20 39
  [1]: https://github.com/xythobuz/avrSerial
40
+ [2]: http://www.xythobuz.org/avrserial/
41
+ [3]: http://www.xythobuz.org/avrserial.pdf
21 42
 
22 43
 lang: de
23 44
 
24 45
 # {{ page.title_de }}
25 46
 
26
-Die avrSerial Library ermöglicht problemlos die serielle Kommunikation für AVR Prozessoren. Unterstützt werden momentan folgende AtMega Typen: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. Es können jedoch problemlos weitere Prozessoren hinzugefügt werden. Dafür müssen nur die Registernamen aus dem Datenblatt in die Header Datei eingefügt werden.
47
+Die avrSerial Library ermöglicht Interruptgesteuerte UART kommunikation mit allen verfügbaren UART Modulen. Jedes Modul hat einen eigenen Sende- und Empfangspuffer. XON/XOFF Flow Control kann auf Empfangsseite aktiviert werden. Unterstützt werden momentan folgende AtMega Typen:
48
+
49
+    AtMega8
50
+    AtMega16
51
+    AtMega32
52
+    AtMega8515
53
+    AtMega8535
54
+    AtMega323
55
+    AtMega2560
56
+    AtMega2561
57
+    AtMega1280
58
+    AtMega1281
59
+    AtMega640
60
+    AtMega168
61
+
62
+Es können jedoch problemlos weitere Prozessoren hinzugefügt werden. Dafür müssen nur die Registernamen aus dem Datenblatt in die Header Datei eingefügt werden.
27 63
 
28 64
 [Code auf GitHub][1]
29 65
 
30
- [1]: https://github.com/xythobuz/avrSerial
66
+[Doxygen Dokumentation (HTML)][2]
67
+
68
+[Doxygen Dokumentation (PDF)][3]
69
+
70
+ [1]: https://github.com/xythobuz/avrSerial
71
+ [2]: http://www.xythobuz.org/avrserial/
72
+ [3]: http://www.xythobuz.org/avrserial.pdf

+ 17
- 1
output/avrserial.de.html Dosyayı Görüntüle

@@ -42,8 +42,24 @@ https://github.com/xythobuz/avrSerial
42 42
         <div class="content">
43 43
 
44 44
             <h1>AVR Serial Library</h1>
45
-<p>Die avrSerial Library ermöglicht problemlos die serielle Kommunikation für AVR Prozessoren. Unterstützt werden momentan folgende AtMega Typen: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. Es können jedoch problemlos weitere Prozessoren hinzugefügt werden. Dafür müssen nur die Registernamen aus dem Datenblatt in die Header Datei eingefügt werden.</p>
45
+<p>Die avrSerial Library ermöglicht Interruptgesteuerte UART kommunikation mit allen verfügbaren UART Modulen. Jedes Modul hat einen eigenen Sende- und Empfangspuffer. XON/XOFF Flow Control kann auf Empfangsseite aktiviert werden. Unterstützt werden momentan folgende AtMega Typen:</p>
46
+<pre><code>AtMega8
47
+AtMega16
48
+AtMega32
49
+AtMega8515
50
+AtMega8535
51
+AtMega323
52
+AtMega2560
53
+AtMega2561
54
+AtMega1280
55
+AtMega1281
56
+AtMega640
57
+AtMega168
58
+</code></pre>
59
+<p>Es können jedoch problemlos weitere Prozessoren hinzugefügt werden. Dafür müssen nur die Registernamen aus dem Datenblatt in die Header Datei eingefügt werden.</p>
46 60
 <p><a href="https://github.com/xythobuz/avrSerial">Code auf GitHub</a></p>
61
+<p><a href="http://www.xythobuz.org/avrserial/">Doxygen Dokumentation (HTML)</a></p>
62
+<p><a href="http://www.xythobuz.org/avrserial.pdf">Doxygen Dokumentation (PDF)</a></p>
47 63
 
48 64
             <span id="flattr">
49 65
 <a class="FlattrButton" href="http://www.xythobuz.de/avrserial.de.html" title="AVR Serial Library">Hardware UART library for many AVR MCUs</a>

+ 17
- 1
output/avrserial.html Dosyayı Görüntüle

@@ -42,8 +42,24 @@ https://github.com/xythobuz/avrSerial
42 42
         <div class="content">
43 43
 
44 44
             <h1>AVR Serial Library</h1>
45
-<p>The avrSerial Library let's your AVR communicate with it's UART. At the moment, the following AtMega types are supported: 8, 16, 32, 323, 640, 1280, 1281, 2560, 2561, 8515, 8535. To add another processor, just get the register names from the data sheet and put them in the header file.</p>
45
+<p>The avrSerial Library enables interrupt-driven UART communication on all available UART modules. Each module has it's own receive and transmit buffer. XON/XOFF Flow Control for the receiving end can be enabled. At the moment, the following AtMega types are supported:</p>
46
+<pre><code>AtMega8
47
+AtMega16
48
+AtMega32
49
+AtMega8515
50
+AtMega8535
51
+AtMega323
52
+AtMega2560
53
+AtMega2561
54
+AtMega1280
55
+AtMega1281
56
+AtMega640
57
+AtMega168
58
+</code></pre>
59
+<p>To add another processor, just get the register names from the data sheet and put them in the header file.</p>
46 60
 <p><a href="https://github.com/xythobuz/avrSerial">Code on GitHub</a></p>
61
+<p><a href="http://www.xythobuz.org/avrserial/">Doxygen Documentation (HTML)</a></p>
62
+<p><a href="http://www.xythobuz.org/avrserial.pdf">Doxygen Documentation (PDF)</a></p>
47 63
 
48 64
             <span id="flattr">
49 65
 <a class="FlattrButton" href="http://www.xythobuz.de/avrserial.html" title="AVR Serial Library">Hardware UART library for many AVR MCUs</a>

+ 2
- 2
output/rss.xml Dosyayı Görüntüle

@@ -6,8 +6,8 @@
6 6
 <atom:link href="http://www.xythobuz.de/rss.xml" rel="self" type="application/rss+xml" />
7 7
 <description>xythobuz Electronics &amp; Software Projects</description>
8 8
 <language>en-us</language>
9
-<pubDate>Fri, 26 Apr 2013 13:24:07 -0000</pubDate>
10
-<lastBuildDate>Fri, 26 Apr 2013 13:24:07 -0000</lastBuildDate>
9
+<pubDate>Sun, 28 Apr 2013 16:48:13 -0000</pubDate>
10
+<lastBuildDate>Sun, 28 Apr 2013 16:48:13 -0000</lastBuildDate>
11 11
 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
12 12
 <generator>Poole</generator>
13 13
 

+ 61
- 61
output/sitemap.xml Dosyayı Görüntüle

@@ -3,427 +3,427 @@
3 3
 
4 4
 <url>
5 5
     <loc>/404.html</loc>
6
-    <lastmod>2013-04-26</lastmod>
6
+    <lastmod>2013-04-28</lastmod>
7 7
     <changefreq>monthly</changefreq>
8 8
     <priority>0.5</priority>
9 9
 </url>
10 10
 
11 11
 <url>
12 12
     <loc>/blog.de.html</loc>
13
-    <lastmod>2013-04-26</lastmod>
13
+    <lastmod>2013-04-28</lastmod>
14 14
     <changefreq>daily</changefreq>
15 15
     <priority>0.8</priority>
16 16
 </url>
17 17
 
18 18
 <url>
19 19
     <loc>/blog.html</loc>
20
-    <lastmod>2013-04-26</lastmod>
20
+    <lastmod>2013-04-28</lastmod>
21 21
     <changefreq>daily</changefreq>
22 22
     <priority>0.8</priority>
23 23
 </url>
24 24
 
25 25
 <url>
26 26
     <loc>/contact.de.html</loc>
27
-    <lastmod>2013-04-26</lastmod>
27
+    <lastmod>2013-04-28</lastmod>
28 28
     <changefreq>monthly</changefreq>
29 29
     <priority>0.5</priority>
30 30
 </url>
31 31
 
32 32
 <url>
33 33
     <loc>/contact.html</loc>
34
-    <lastmod>2013-04-26</lastmod>
34
+    <lastmod>2013-04-28</lastmod>
35 35
     <changefreq>monthly</changefreq>
36 36
     <priority>0.5</priority>
37 37
 </url>
38 38
 
39 39
 <url>
40 40
     <loc>/index.de.html</loc>
41
-    <lastmod>2013-04-26</lastmod>
41
+    <lastmod>2013-04-28</lastmod>
42 42
     <changefreq>monthly</changefreq>
43 43
     <priority>0.5</priority>
44 44
 </url>
45 45
 
46 46
 <url>
47 47
     <loc>/index.html</loc>
48
-    <lastmod>2013-04-26</lastmod>
48
+    <lastmod>2013-04-28</lastmod>
49 49
     <changefreq>monthly</changefreq>
50 50
     <priority>0.5</priority>
51 51
 </url>
52 52
 
53 53
 <url>
54 54
     <loc>/2012_12_05_xycontrol.html</loc>
55
-    <lastmod>2013-04-26</lastmod>
55
+    <lastmod>2013-04-28</lastmod>
56 56
     <changefreq>monthly</changefreq>
57 57
     <priority>0.5</priority>
58 58
 </url>
59 59
 
60 60
 <url>
61 61
     <loc>/2012_12_16_mun.html</loc>
62
-    <lastmod>2013-04-26</lastmod>
62
+    <lastmod>2013-04-28</lastmod>
63 63
     <changefreq>monthly</changefreq>
64 64
     <priority>0.5</priority>
65 65
 </url>
66 66
 
67 67
 <url>
68 68
     <loc>/2012_12_22_docking.html</loc>
69
-    <lastmod>2013-04-26</lastmod>
69
+    <lastmod>2013-04-28</lastmod>
70 70
     <changefreq>monthly</changefreq>
71 71
     <priority>0.5</priority>
72 72
 </url>
73 73
 
74 74
 <url>
75 75
     <loc>/2012_12_22_motor_test.html</loc>
76
-    <lastmod>2013-04-26</lastmod>
76
+    <lastmod>2013-04-28</lastmod>
77 77
     <changefreq>monthly</changefreq>
78 78
     <priority>0.5</priority>
79 79
 </url>
80 80
 
81 81
 <url>
82 82
     <loc>/2012_12_25_heli.html</loc>
83
-    <lastmod>2013-04-26</lastmod>
83
+    <lastmod>2013-04-28</lastmod>
84 84
     <changefreq>monthly</changefreq>
85 85
     <priority>0.5</priority>
86 86
 </url>
87 87
 
88 88
 <url>
89 89
     <loc>/2013_01_20_quadrocopter.html</loc>
90
-    <lastmod>2013-04-26</lastmod>
90
+    <lastmod>2013-04-28</lastmod>
91 91
     <changefreq>monthly</changefreq>
92 92
     <priority>0.5</priority>
93 93
 </url>
94 94
 
95 95
 <url>
96 96
     <loc>/2013_01_31_odys_genio.html</loc>
97
-    <lastmod>2013-04-26</lastmod>
97
+    <lastmod>2013-04-28</lastmod>
98 98
     <changefreq>monthly</changefreq>
99 99
     <priority>0.5</priority>
100 100
 </url>
101 101
 
102 102
 <url>
103 103
     <loc>/2013_02_11_motor_test.html</loc>
104
-    <lastmod>2013-04-26</lastmod>
104
+    <lastmod>2013-04-28</lastmod>
105 105
     <changefreq>monthly</changefreq>
106 106
     <priority>0.5</priority>
107 107
 </url>
108 108
 
109 109
 <url>
110 110
     <loc>/2013_02_25_android.html</loc>
111
-    <lastmod>2013-04-26</lastmod>
111
+    <lastmod>2013-04-28</lastmod>
112 112
     <changefreq>monthly</changefreq>
113 113
     <priority>0.5</priority>
114 114
 </url>
115 115
 
116 116
 <url>
117 117
     <loc>/2013_03_05_graphview.html</loc>
118
-    <lastmod>2013-04-26</lastmod>
118
+    <lastmod>2013-04-28</lastmod>
119 119
     <changefreq>monthly</changefreq>
120 120
     <priority>0.5</priority>
121 121
 </url>
122 122
 
123 123
 <url>
124 124
     <loc>/2013_03_10_yasab.html</loc>
125
-    <lastmod>2013-04-26</lastmod>
125
+    <lastmod>2013-04-28</lastmod>
126 126
     <changefreq>monthly</changefreq>
127 127
     <priority>0.5</priority>
128 128
 </url>
129 129
 
130 130
 <url>
131 131
     <loc>/2013_03_12_test_rig.html</loc>
132
-    <lastmod>2013-04-26</lastmod>
132
+    <lastmod>2013-04-28</lastmod>
133 133
     <changefreq>monthly</changefreq>
134 134
     <priority>0.5</priority>
135 135
 </url>
136 136
 
137 137
 <url>
138 138
     <loc>/2013_03_13_test_rig.html</loc>
139
-    <lastmod>2013-04-26</lastmod>
139
+    <lastmod>2013-04-28</lastmod>
140 140
     <changefreq>monthly</changefreq>
141 141
     <priority>0.5</priority>
142 142
 </url>
143 143
 
144 144
 <url>
145 145
     <loc>/2013_03_16_pid.html</loc>
146
-    <lastmod>2013-04-26</lastmod>
146
+    <lastmod>2013-04-28</lastmod>
147 147
     <changefreq>monthly</changefreq>
148 148
     <priority>0.5</priority>
149 149
 </url>
150 150
 
151 151
 <url>
152 152
     <loc>/2013_03_25_doxygen.html</loc>
153
-    <lastmod>2013-04-26</lastmod>
153
+    <lastmod>2013-04-28</lastmod>
154 154
     <changefreq>monthly</changefreq>
155 155
     <priority>0.5</priority>
156 156
 </url>
157 157
 
158 158
 <url>
159 159
     <loc>/2013_04_02_zaphod.html</loc>
160
-    <lastmod>2013-04-26</lastmod>
160
+    <lastmod>2013-04-28</lastmod>
161 161
     <changefreq>monthly</changefreq>
162 162
     <priority>0.5</priority>
163 163
 </url>
164 164
 
165 165
 <url>
166 166
     <loc>/2013_04_04_html5.html</loc>
167
-    <lastmod>2013-04-26</lastmod>
167
+    <lastmod>2013-04-28</lastmod>
168 168
     <changefreq>monthly</changefreq>
169 169
     <priority>0.5</priority>
170 170
 </url>
171 171
 
172 172
 <url>
173 173
     <loc>/2013_04_11_rss.html</loc>
174
-    <lastmod>2013-04-26</lastmod>
174
+    <lastmod>2013-04-28</lastmod>
175 175
     <changefreq>monthly</changefreq>
176 176
     <priority>0.5</priority>
177 177
 </url>
178 178
 
179 179
 <url>
180 180
     <loc>/2013_04_17_abi.html</loc>
181
-    <lastmod>2013-04-26</lastmod>
181
+    <lastmod>2013-04-28</lastmod>
182 182
     <changefreq>monthly</changefreq>
183 183
     <priority>0.5</priority>
184 184
 </url>
185 185
 
186 186
 <url>
187 187
     <loc>/2013_04_19_ekstasie.html</loc>
188
-    <lastmod>2013-04-26</lastmod>
188
+    <lastmod>2013-04-28</lastmod>
189 189
     <changefreq>monthly</changefreq>
190 190
     <priority>0.5</priority>
191 191
 </url>
192 192
 
193 193
 <url>
194 194
     <loc>/2013_04_23_pad.html</loc>
195
-    <lastmod>2013-04-26</lastmod>
195
+    <lastmod>2013-04-28</lastmod>
196 196
     <changefreq>monthly</changefreq>
197 197
     <priority>0.5</priority>
198 198
 </url>
199 199
 
200 200
 <url>
201 201
     <loc>/2013_04_24_bitrot.html</loc>
202
-    <lastmod>2013-04-26</lastmod>
202
+    <lastmod>2013-04-28</lastmod>
203 203
     <changefreq>monthly</changefreq>
204 204
     <priority>0.5</priority>
205 205
 </url>
206 206
 
207 207
 <url>
208 208
     <loc>/2013_04_26_iphone_lens.html</loc>
209
-    <lastmod>2013-04-26</lastmod>
209
+    <lastmod>2013-04-28</lastmod>
210 210
     <changefreq>monthly</changefreq>
211 211
     <priority>0.5</priority>
212 212
 </url>
213 213
 
214 214
 <url>
215 215
     <loc>/avrnetstack.html</loc>
216
-    <lastmod>2013-04-26</lastmod>
216
+    <lastmod>2013-04-28</lastmod>
217 217
     <changefreq>monthly</changefreq>
218 218
     <priority>0.5</priority>
219 219
 </url>
220 220
 
221 221
 <url>
222 222
     <loc>/avrserial.de.html</loc>
223
-    <lastmod>2013-04-26</lastmod>
223
+    <lastmod>2013-04-28</lastmod>
224 224
     <changefreq>monthly</changefreq>
225 225
     <priority>0.5</priority>
226 226
 </url>
227 227
 
228 228
 <url>
229 229
     <loc>/avrserial.html</loc>
230
-    <lastmod>2013-04-26</lastmod>
230
+    <lastmod>2013-04-28</lastmod>
231 231
     <changefreq>monthly</changefreq>
232 232
     <priority>0.5</priority>
233 233
 </url>
234 234
 
235 235
 <url>
236 236
     <loc>/c250.de.html</loc>
237
-    <lastmod>2013-04-26</lastmod>
237
+    <lastmod>2013-04-28</lastmod>
238 238
     <changefreq>monthly</changefreq>
239 239
     <priority>0.5</priority>
240 240
 </url>
241 241
 
242 242
 <url>
243 243
     <loc>/c250.html</loc>
244
-    <lastmod>2013-04-26</lastmod>
244
+    <lastmod>2013-04-28</lastmod>
245 245
     <changefreq>monthly</changefreq>
246 246
     <priority>0.5</priority>
247 247
 </url>
248 248
 
249 249
 <url>
250 250
     <loc>/ledcube.de.html</loc>
251
-    <lastmod>2013-04-26</lastmod>
251
+    <lastmod>2013-04-28</lastmod>
252 252
     <changefreq>monthly</changefreq>
253 253
     <priority>0.5</priority>
254 254
 </url>
255 255
 
256 256
 <url>
257 257
     <loc>/ledcube.html</loc>
258
-    <lastmod>2013-04-26</lastmod>
258
+    <lastmod>2013-04-28</lastmod>
259 259
     <changefreq>monthly</changefreq>
260 260
     <priority>0.5</priority>
261 261
 </url>
262 262
 
263 263
 <url>
264 264
     <loc>/ledmatrix.de.html</loc>
265
-    <lastmod>2013-04-26</lastmod>
265
+    <lastmod>2013-04-28</lastmod>
266 266
     <changefreq>monthly</changefreq>
267 267
     <priority>0.5</priority>
268 268
 </url>
269 269
 
270 270
 <url>
271 271
     <loc>/ledmatrix.html</loc>
272
-    <lastmod>2013-04-26</lastmod>
272
+    <lastmod>2013-04-28</lastmod>
273 273
     <changefreq>monthly</changefreq>
274 274
     <priority>0.5</priority>
275 275
 </url>
276 276
 
277 277
 <url>
278 278
     <loc>/nas.de.html</loc>
279
-    <lastmod>2013-04-26</lastmod>
279
+    <lastmod>2013-04-28</lastmod>
280 280
     <changefreq>monthly</changefreq>
281 281
     <priority>0.5</priority>
282 282
 </url>
283 283
 
284 284
 <url>
285 285
     <loc>/nas.html</loc>
286
-    <lastmod>2013-04-26</lastmod>
286
+    <lastmod>2013-04-28</lastmod>
287 287
     <changefreq>monthly</changefreq>
288 288
     <priority>0.5</priority>
289 289
 </url>
290 290
 
291 291
 <url>
292 292
     <loc>/serialdebug.de.html</loc>
293
-    <lastmod>2013-04-26</lastmod>
293
+    <lastmod>2013-04-28</lastmod>
294 294
     <changefreq>monthly</changefreq>
295 295
     <priority>0.5</priority>
296 296
 </url>
297 297
 
298 298
 <url>
299 299
     <loc>/serialdebug.html</loc>
300
-    <lastmod>2013-04-26</lastmod>
300
+    <lastmod>2013-04-28</lastmod>
301 301
     <changefreq>monthly</changefreq>
302 302
     <priority>0.5</priority>
303 303
 </url>
304 304
 
305 305
 <url>
306 306
     <loc>/serialhelper.de.html</loc>
307
-    <lastmod>2013-04-26</lastmod>
307
+    <lastmod>2013-04-28</lastmod>
308 308
     <changefreq>monthly</changefreq>
309 309
     <priority>0.5</priority>
310 310
 </url>
311 311
 
312 312
 <url>
313 313
     <loc>/serialhelper.html</loc>
314
-    <lastmod>2013-04-26</lastmod>
314
+    <lastmod>2013-04-28</lastmod>
315 315
     <changefreq>monthly</changefreq>
316 316
     <priority>0.5</priority>
317 317
 </url>
318 318
 
319 319
 <url>
320 320
     <loc>/ssop28.de.html</loc>
321
-    <lastmod>2013-04-26</lastmod>
321
+    <lastmod>2013-04-28</lastmod>
322 322
     <changefreq>monthly</changefreq>
323 323
     <priority>0.5</priority>
324 324
 </url>
325 325
 
326 326
 <url>
327 327
     <loc>/ssop28.html</loc>
328
-    <lastmod>2013-04-26</lastmod>
328
+    <lastmod>2013-04-28</lastmod>
329 329
     <changefreq>monthly</changefreq>
330 330
     <priority>0.5</priority>
331 331
 </url>
332 332
 
333 333
 <url>
334 334
     <loc>/ultimatenotifier.de.html</loc>
335
-    <lastmod>2013-04-26</lastmod>
335
+    <lastmod>2013-04-28</lastmod>
336 336
     <changefreq>monthly</changefreq>
337 337
     <priority>0.5</priority>
338 338
 </url>
339 339
 
340 340
 <url>
341 341
     <loc>/ultimatenotifier.html</loc>
342
-    <lastmod>2013-04-26</lastmod>
342
+    <lastmod>2013-04-28</lastmod>
343 343
     <changefreq>monthly</changefreq>
344 344
     <priority>0.5</priority>
345 345
 </url>
346 346
 
347 347
 <url>
348 348
     <loc>/yasab.de.html</loc>
349
-    <lastmod>2013-04-26</lastmod>
349
+    <lastmod>2013-04-28</lastmod>
350 350
     <changefreq>monthly</changefreq>
351 351
     <priority>0.5</priority>
352 352
 </url>
353 353
 
354 354
 <url>
355 355
     <loc>/yasab.html</loc>
356
-    <lastmod>2013-04-26</lastmod>
356
+    <lastmod>2013-04-28</lastmod>
357 357
     <changefreq>monthly</changefreq>
358 358
     <priority>0.5</priority>
359 359
 </url>
360 360
 
361 361
 <url>
362 362
     <loc>/bluetooth.de.html</loc>
363
-    <lastmod>2013-04-26</lastmod>
363
+    <lastmod>2013-04-28</lastmod>
364 364
     <changefreq>monthly</changefreq>
365 365
     <priority>0.5</priority>
366 366
 </url>
367 367
 
368 368
 <url>
369 369
     <loc>/bluetooth.html</loc>
370
-    <lastmod>2013-04-26</lastmod>
370
+    <lastmod>2013-04-28</lastmod>
371 371
     <changefreq>monthly</changefreq>
372 372
     <priority>0.5</priority>
373 373
 </url>
374 374
 
375 375
 <url>
376 376
     <loc>/k6x4008.de.html</loc>
377
-    <lastmod>2013-04-26</lastmod>
377
+    <lastmod>2013-04-28</lastmod>
378 378
     <changefreq>monthly</changefreq>
379 379
     <priority>0.5</priority>
380 380
 </url>
381 381
 
382 382
 <url>
383 383
     <loc>/k6x4008.html</loc>
384
-    <lastmod>2013-04-26</lastmod>
384
+    <lastmod>2013-04-28</lastmod>
385 385
     <changefreq>monthly</changefreq>
386 386
     <priority>0.5</priority>
387 387
 </url>
388 388
 
389 389
 <url>
390 390
     <loc>/rremote.de.html</loc>
391
-    <lastmod>2013-04-26</lastmod>
391
+    <lastmod>2013-04-28</lastmod>
392 392
     <changefreq>monthly</changefreq>
393 393
     <priority>0.5</priority>
394 394
 </url>
395 395
 
396 396
 <url>
397 397
     <loc>/rremote.html</loc>
398
-    <lastmod>2013-04-26</lastmod>
398
+    <lastmod>2013-04-28</lastmod>
399 399
     <changefreq>monthly</changefreq>
400 400
     <priority>0.5</priority>
401 401
 </url>
402 402
 
403 403
 <url>
404 404
     <loc>/xyrobot.de.html</loc>
405
-    <lastmod>2013-04-26</lastmod>
405
+    <lastmod>2013-04-28</lastmod>
406 406
     <changefreq>monthly</changefreq>
407 407
     <priority>0.5</priority>
408 408
 </url>
409 409
 
410 410
 <url>
411 411
     <loc>/xyrobot.html</loc>
412
-    <lastmod>2013-04-26</lastmod>
412
+    <lastmod>2013-04-28</lastmod>
413 413
     <changefreq>monthly</changefreq>
414 414
     <priority>0.5</priority>
415 415
 </url>
416 416
 
417 417
 <url>
418 418
     <loc>/xyrobotremote.de.html</loc>
419
-    <lastmod>2013-04-26</lastmod>
419
+    <lastmod>2013-04-28</lastmod>
420 420
     <changefreq>monthly</changefreq>
421 421
     <priority>0.5</priority>
422 422
 </url>
423 423
 
424 424
 <url>
425 425
     <loc>/xyrobotremote.html</loc>
426
-    <lastmod>2013-04-26</lastmod>
426
+    <lastmod>2013-04-28</lastmod>
427 427
     <changefreq>monthly</changefreq>
428 428
     <priority>0.5</priority>
429 429
 </url>

Loading…
İptal
Kaydet