This shows you the differences between two versions of the page.
pm:prj2024:mdinica:andrei.dragomir1401 [2024/05/23 19:40] andrei.dragomir1401 |
pm:prj2024:mdinica:andrei.dragomir1401 [2024/05/27 03:52] (current) andrei.dragomir1401 |
||
---|---|---|---|
Line 203: | Line 203: | ||
</li> | </li> | ||
- | <li><strong>Laboratorul 2: Întreruperi</strong> - Gestionarea întreruperilor pentru joystick: | + | <li><strong>Laboratorul 1: UART</strong> - Comunicarea serială pentru debug și afișarea mesajelor în consola serială: |
- | <pre><code>attachInterrupt(digitalPinToInterrupt(JOYSTICK_SW_PIN), joystickISR, FALLING); | + | <pre><code>Serial.begin(9600); |
+ | Serial.println("Approximate your card to the reader..."); | ||
</code></pre> | </code></pre> | ||
</li> | </li> | ||
Line 381: | Line 382: | ||
</div> | </div> | ||
+ | |||
- | + | <h2 id="video">Video</h2> | |
- | <h2 id="rezultate-obținute">Rezultate Obținute</h2> | + | <p></p> |
- | <p></p> | + | <iframe width="560" height="315" src="https://www.youtube.com/embed/o9jGTlWHWa4" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> |
- | <h2 id="concluzii">Concluzii</h2> | + | |
- | <h2 id="download">Download</h2> | + | |
- | <p></p> | + | |
- | <h2 id="jurnal">Jurnal</h2> | + | |
- | <p></p> | + | |
<h2 id="bibliografieresurse">Bibliografie/Resurse</h2> | <h2 id="bibliografieresurse">Bibliografie/Resurse</h2> | ||
<p><a href="https://github.com/Dragomir1401/PRODUCTIVITY-LOGGER" target="_blank">https://github.com/Dragomir1401/PRODUCTIVITY-LOGGER</a></p> | <p><a href="https://github.com/Dragomir1401/PRODUCTIVITY-LOGGER" target="_blank">https://github.com/Dragomir1401/PRODUCTIVITY-LOGGER</a></p> |