This shows you the differences between two versions of the page.
|
eap:laboratoare:02 [2024/07/17 17:44] jan.vaduva [Timers] |
eap:laboratoare:02 [2024/07/18 10:08] (current) jan.vaduva |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== RP2040 internals ===== | + | ===== RP2040 internals: UART, interrupts & timers ===== |
| ==== UART ==== | ==== UART ==== | ||
| Line 174: | Line 174: | ||
| INTR. | INTR. | ||
| - | Here's a basic introduction to using timers on RP2040 with Pico-SDK. | + | For using timers on RP2040 with Pico-SDK include the hardware/timer.h header from Pico-SDK: |
| - | * In your C/C++ code, include the hardware/timer.h header from Pico-SDK: | + | |
| <code> | <code> | ||