|
1 | 1 | <!-- # **dAnciNG** --> |
2 | 2 |
|
3 | | -<h1 class="logo-blink-crazy" style="text-align:center;">dAnciNG</h1> |
4 | | - |
5 | | -<style> |
6 | | -.logo-blink-crazy { |
7 | | - font-size: 48px; |
8 | | - font-weight: bold; |
9 | | - animation: crazyFlash 0.8s infinite; |
10 | | -} |
11 | | - |
12 | | -@keyframes crazyFlash { |
13 | | - 0% { color: #ff0000; } |
14 | | - 10% { color: #00ff00; } |
15 | | - 20% { color: #ff8800; } |
16 | | - 30% { color: #00ccff; } |
17 | | - 40% { color: #ff00ff; } |
18 | | - 50% { color: #33ff33; } |
19 | | - 60% { color: #ff3333; } |
20 | | - 70% { color: #00ffaa; } |
21 | | - 80% { color: #ffcc00; } |
22 | | - 90% { color: #00ff44; } |
23 | | - 100% { color: #ff0000; } |
24 | | -} |
25 | | -</style> |
26 | | - |
27 | 3 | **Team Number: 9** |
28 | 4 |
|
29 | 5 | | Team Member Name | Email Address | |
@@ -301,3 +277,18 @@ Overall, our final design provides an engaging, responsive, and affordable alter |
301 | 277 | * Incorrect PWM formulas causing pitch errors. Insufficient RAM. Unstable ADC readings leading to deadlock. SPI refresh delays affecting note durations. UART transmission overruns. Incorrect LED timing pulses. Timer interrupts disturbing LED timing. A wrong data type for the global variable `remaining_ms` causing deadlock. |
302 | 278 | * **What could be a next step for this project?** |
303 | 279 | * Improve wiring, increase FSR measurement stability, and expand the music library. |
| 280 | + |
| 281 | +<style> |
| 282 | +.page-header .project-name { |
| 283 | + animation: slowCrazyFlash 2.5s infinite; |
| 284 | +} |
| 285 | + |
| 286 | +@keyframes slowCrazyFlash { |
| 287 | + 0% { color: #ffffff; } |
| 288 | + 20% { color: #ff6666; } |
| 289 | + 40% { color: #66cc66; } |
| 290 | + 60% { color: #66bbff; } |
| 291 | + 80% { color: #ff99ff; } |
| 292 | + 100% { color: #ffffff; } |
| 293 | +} |
| 294 | +</style> |
0 commit comments