From 434bcfcb9c990a849c828704a9bf2d268158e5e8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 10 Apr 2022 22:14:23 +0000 Subject: deploy: 6e9e264c65f30e4046efbf27ebe801cd1f338122 --- group__uart.html | 60 -------------------------------------------------------- 1 file changed, 60 deletions(-) (limited to 'group__uart.html') diff --git a/group__uart.html b/group__uart.html index 9ce99592..b1bd5e8b 100644 --- a/group__uart.html +++ b/group__uart.html @@ -83,70 +83,10 @@ Functions char watch_uart_getc (void)  Receives a single byte from the UART's RX pin. More...
  - __attribute__ ((deprecated("Use watch_enable_uart to enable the UART."))) void watch_enable_debug_uart(uint32_t baud) - Initializes the debug UART. More...
-  - __attribute__ ((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB."))) void watch_debug_putc(char c) - Outputs a single character on the debug UART. More...

Detailed Description

This section covers functions related to the UART peripheral.

Function Documentation

- -

◆ __attribute__() [1/2]

- -
-
- - - - - - - - -
__attribute__ ((deprecated("Use watch_enable_uart to enable the UART.")) )
-
- -

Initializes the debug UART.

-
Parameters
- - -
baudThe baud rate
-
-
- -
-
- -

◆ __attribute__() [2/2]

- -
-
- - - - - - - - -
__attribute__ ((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")) )
-
- -

Outputs a single character on the debug UART.

-

Outputs a string on the debug UART.

-
Parameters
- - - -
cThe character you wish to output.
sA null-terminated string.
-
-
- -
-

◆ watch_enable_uart()

-- cgit v1.2.3