From bbf146166834b91cf72d36d81b9d5d1145dbc6f2 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Thu, 27 Jan 2022 15:51:46 +0000 Subject: deploy: 14e4562b7a44ab6882180b69145665d4920769ac --- watch__uart_8h_source.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'watch__uart_8h_source.html') diff --git a/watch__uart_8h_source.html b/watch__uart_8h_source.html index 9e723208..237d3729 100644 --- a/watch__uart_8h_source.html +++ b/watch__uart_8h_source.html @@ -100,27 +100,27 @@ $(function() {
28 #include "watch.h"
29 
34 
-
42 void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud);
+
42 void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud);
43 
-
47 void watch_uart_puts(char *s);
+
47 void watch_uart_puts(char *s);
48 
-
53 char watch_uart_getc(void);
+
53 char watch_uart_getc(void);
54 
55 // Begin deprecated functions:
56 
-
60 __attribute__((deprecated("Use watch_enable_uart to enable the UART.")))
+
60 __attribute__((deprecated("Use watch_enable_uart to enable the UART.")))
61 void watch_enable_debug_uart(uint32_t baud);
62 
-
66 __attribute__((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")))
+
66 __attribute__((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")))
67 void watch_debug_putc(char c);
68 
-
72 __attribute__((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")))
+
72 __attribute__((deprecated("Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.")))
73 void watch_debug_puts(char *s);
75 #endif
-
char watch_uart_getc(void)
Receives a single byte from the UART's RX pin.
-
void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)
Initializes the debug UART.
-
void watch_uart_puts(char *s)
Transmits a string of bytes on the UART's TX pin.
-
__attribute__((deprecated("Use watch_enable_uart to enable the UART."))) void watch_enable_debug_uart(uint32_t baud)
Initializes the debug UART.
+
char watch_uart_getc(void)
Receives a single byte from the UART's RX pin.
+
void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)
Initializes the debug UART.
+
void watch_uart_puts(char *s)
Transmits a string of bytes on the UART's TX pin.
+
__attribute__((deprecated("Use watch_enable_uart to enable the UART."))) void watch_enable_debug_uart(uint32_t baud)
Initializes the debug UART.
-- cgit v1.2.3