uart_group
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| uart_group [ 08.10.2025 14:24] – lars | uart_group [ 26.10.2025 02:30] (current) – lars | ||
|---|---|---|---|
| Line 22: | Line 22: | ||
| " | " | ||
| " | " | ||
| + | " | ||
| } | } | ||
| } | } | ||
| Line 133: | Line 134: | ||
| **type**: int | **type**: int | ||
| + | ==== enable_define ==== | ||
| + | If this setting is present then the initialization will be in a ifdef block. | ||
| + | |||
| + | **type**: String | ||
| + | |||
| + | **Example**: | ||
| + | |||
| + | < | ||
| + | " | ||
| + | |||
| + | #ifdef FEAT_TARGET_UART | ||
| + | // initialize UART target_uart | ||
| + | target_uart_init(115200); | ||
| + | #endif // FEAT_TARGET_UART | ||
| + | </ | ||
| ===== API ===== | ===== API ===== | ||
uart_group.txt · Last modified: by lars
