summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoeycastillo <joeycastillo@users.noreply.github.com>2022-01-27 15:51:46 +0000
committerjoeycastillo <joeycastillo@users.noreply.github.com>2022-01-27 15:51:46 +0000
commitbbf146166834b91cf72d36d81b9d5d1145dbc6f2 (patch)
tree3717dc40c37d9472fbc20dcdae78c0d1af5a0472
parentc0090716995447bd59954c8a7e24cd5c20598f7a (diff)
downloadSensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.tar.gz
Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.tar.bz2
Sensor-Watch-bbf146166834b91cf72d36d81b9d5d1145dbc6f2.zip
deploy: 14e4562b7a44ab6882180b69145665d4920769ac
-rw-r--r--group__spi.html5
-rw-r--r--group__uart.html (renamed from group__debug.html)24
-rw-r--r--index.html3
-rw-r--r--modules.html2
-rw-r--r--search/all_0.js2
-rw-r--r--search/all_9.js2
-rw-r--r--search/all_a.js6
-rw-r--r--search/functions_0.js2
-rw-r--r--search/functions_2.js6
-rw-r--r--search/groups_7.js2
-rw-r--r--watch_8h_source.html40
-rw-r--r--watch__spi_8h_source.html6
-rw-r--r--watch__uart_8h_source.html20
13 files changed, 61 insertions, 59 deletions
diff --git a/group__spi.html b/group__spi.html
index e7956106..487837ea 100644
--- a/group__spi.html
+++ b/group__spi.html
@@ -169,8 +169,9 @@ void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="grou
<p>Reads a series of values from a device on the SPI bus. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
- <tr><td class="paramname">buf</td><td>Storage for the incoming bytes; on return, it will contain the received data. </td></tr>
- <tr><td class="paramname">length</td><td>The number of bytes that you wish to receive. </td></tr>
+ <tr><td class="paramname">data_out</td><td>Storage for outgoing bytes. </td></tr>
+ <tr><td class="paramname">data_in</td><td>Storage for incoming bytes. </td></tr>
+ <tr><td class="paramname">length</td><td>The number of bytes to transfer. </td></tr>
</table>
</dd>
</dl>
diff --git a/group__debug.html b/group__uart.html
index 697892bc..d0c23375 100644
--- a/group__debug.html
+++ b/group__uart.html
@@ -75,20 +75,20 @@ $(function() {
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
-<tr class="memitem:ga38e750d3e02939bf056fde77f4ef6235"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a> (const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)</td></tr>
-<tr class="memdesc:ga38e750d3e02939bf056fde77f4ef6235"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes the debug UART. <a href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235">More...</a><br /></td></tr>
+<tr class="memitem:ga38e750d3e02939bf056fde77f4ef6235"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a> (const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)</td></tr>
+<tr class="memdesc:ga38e750d3e02939bf056fde77f4ef6235"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes the debug UART. <a href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235">More...</a><br /></td></tr>
<tr class="separator:ga38e750d3e02939bf056fde77f4ef6235"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:ga5d62683298c511f24adaab4bf6615c50"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> (char *s)</td></tr>
-<tr class="memdesc:ga5d62683298c511f24adaab4bf6615c50"><td class="mdescLeft">&#160;</td><td class="mdescRight">Transmits a string of bytes on the UART's TX pin. <a href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">More...</a><br /></td></tr>
+<tr class="memitem:ga5d62683298c511f24adaab4bf6615c50"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> (char *s)</td></tr>
+<tr class="memdesc:ga5d62683298c511f24adaab4bf6615c50"><td class="mdescLeft">&#160;</td><td class="mdescRight">Transmits a string of bytes on the UART's TX pin. <a href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">More...</a><br /></td></tr>
<tr class="separator:ga5d62683298c511f24adaab4bf6615c50"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:ga0c400bfcd52bb71e8de62c5ab2373db6"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6">watch_uart_getc</a> (void)</td></tr>
-<tr class="memdesc:ga0c400bfcd52bb71e8de62c5ab2373db6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Receives a single byte from the UART's RX pin. <a href="group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6">More...</a><br /></td></tr>
+<tr class="memitem:ga0c400bfcd52bb71e8de62c5ab2373db6"><td class="memItemLeft" align="right" valign="top">char&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6">watch_uart_getc</a> (void)</td></tr>
+<tr class="memdesc:ga0c400bfcd52bb71e8de62c5ab2373db6"><td class="mdescLeft">&#160;</td><td class="mdescRight">Receives a single byte from the UART's RX pin. <a href="group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6">More...</a><br /></td></tr>
<tr class="separator:ga0c400bfcd52bb71e8de62c5ab2373db6"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:gab9e48ca472abf422d1e6389f371d8fbf"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a> ((deprecated(&quot;Use <a class="el" href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a> to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud)</td></tr>
-<tr class="memdesc:gab9e48ca472abf422d1e6389f371d8fbf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes the debug UART. <a href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf">More...</a><br /></td></tr>
+<tr class="memitem:gab9e48ca472abf422d1e6389f371d8fbf"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a> ((deprecated(&quot;Use <a class="el" href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a> to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud)</td></tr>
+<tr class="memdesc:gab9e48ca472abf422d1e6389f371d8fbf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes the debug UART. <a href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf">More...</a><br /></td></tr>
<tr class="separator:gab9e48ca472abf422d1e6389f371d8fbf"><td class="memSeparator" colspan="2">&#160;</td></tr>
-<tr class="memitem:ga42455c49e1756fc2eabbabec6f0bd530"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__debug.html#ga42455c49e1756fc2eabbabec6f0bd530">__attribute__</a> ((deprecated(&quot;Use <a class="el" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;))) void watch_debug_putc(char c)</td></tr>
-<tr class="memdesc:ga42455c49e1756fc2eabbabec6f0bd530"><td class="mdescLeft">&#160;</td><td class="mdescRight">Outputs a single character on the debug UART. <a href="group__debug.html#ga42455c49e1756fc2eabbabec6f0bd530">More...</a><br /></td></tr>
+<tr class="memitem:ga42455c49e1756fc2eabbabec6f0bd530"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__uart.html#ga42455c49e1756fc2eabbabec6f0bd530">__attribute__</a> ((deprecated(&quot;Use <a class="el" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;))) void watch_debug_putc(char c)</td></tr>
+<tr class="memdesc:ga42455c49e1756fc2eabbabec6f0bd530"><td class="mdescLeft">&#160;</td><td class="mdescRight">Outputs a single character on the debug UART. <a href="group__uart.html#ga42455c49e1756fc2eabbabec6f0bd530">More...</a><br /></td></tr>
<tr class="separator:ga42455c49e1756fc2eabbabec6f0bd530"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -103,7 +103,7 @@ Functions</h2></td></tr>
<tr>
<td class="memname">__attribute__ </td>
<td>(</td>
- <td class="paramtype">(deprecated(&quot;Use <a class="el" href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a> to enable the UART.&quot;))&#160;</td>
+ <td class="paramtype">(deprecated(&quot;Use <a class="el" href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a> to enable the UART.&quot;))&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
@@ -129,7 +129,7 @@ Functions</h2></td></tr>
<tr>
<td class="memname">__attribute__ </td>
<td>(</td>
- <td class="paramtype">(deprecated(&quot;Use <a class="el" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;))&#160;</td>
+ <td class="paramtype">(deprecated(&quot;Use <a class="el" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;))&#160;</td>
<td class="paramname"></td><td>)</td>
<td></td>
</tr>
diff --git a/index.html b/index.html
index 59644390..3dabdefd 100644
--- a/index.html
+++ b/index.html
@@ -77,7 +77,8 @@ $(function() {
<li><a class="el" href="group__adc.html">Analog Input</a> - This section covers functions related to the SAM L22's analog-to-digital converter, as well as configuring and reading values from the five analog-capable pins on the 9-pin connector.</li>
<li><a class="el" href="group__gpio.html">Digital Input and Output</a> - This section covers functions related to general-purpose input and output signals.</li>
<li><a class="el" href="group__i2c.html">I2C Controller Driver</a> - This section covers functions related to the SAM L22's built-I2C driver, including configuring the I2C bus, putting values directly on the bus and reading data from registers on I2C devices.</li>
-<li><a class="el" href="group__debug.html">UART</a> - This section covers functions related to the debug UART, available on pin D1 of the 9-pin connector.</li>
+<li><a class="el" href="group__spi.html">SPI Controller Driver</a> - This section covers functions related to the SAM L22's built-in SPI driver.</li>
+<li><a class="el" href="group__uart.html">UART</a> - This section covers functions related to the UART peripheral.</li>
<li><a class="el" href="group__deepsleep.html">Sleep Control</a> - This section covers functions related to preparing for and entering BACKUP mode, the deepest sleep mode available on the SAM L22. </li>
</ul>
</div></div><!-- PageDoc -->
diff --git a/modules.html b/modules.html
index ebdac7a0..ccbc7a9c 100644
--- a/modules.html
+++ b/modules.html
@@ -80,7 +80,7 @@ $(function() {
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__rtc.html" target="_self">Real-Time Clock</a></td><td class="desc">This section covers functions related to the SAM L22's real-time clock peripheral, including date, time and alarm functions </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__slcd.html" target="_self">Segment LCD Display</a></td><td class="desc">This section covers functions related to the Segment LCD display driver, which is responsible for displaying strings of characters and indicators on the main watch display </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__spi.html" target="_self">SPI Controller Driver</a></td><td class="desc">This section covers functions related to the SAM L22's built-in SPI driver, including configuring the SPI bus and writing to / reading from devices </td></tr>
-<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__debug.html" target="_self">UART</a></td><td class="desc">This section covers functions related to the UART peripheral </td></tr>
+<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__uart.html" target="_self">UART</a></td><td class="desc">This section covers functions related to the UART peripheral </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="group__utility.html" target="_self">Utility Functions</a></td><td class="desc">This section covers various useful functions that don't fit anywhere else </td></tr>
</table>
</div><!-- directory -->
diff --git a/search/all_0.js b/search/all_0.js
index 3c09737a..70fa73f9 100644
--- a/search/all_0.js
+++ b/search/all_0.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['_5f_5fattribute_5f_5f_0',['__attribute__',['../group__rtc.html#ga98366c1b71e09089b441d704193bb0d4',1,'__attribute__((deprecated(&quot;Use watch_rtc_set_date_time function instead&quot;))) void watch_set_date_time(struct calendar_date_time date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga7ce8c01a25eb364efb7ae6ed6dbca373',1,'__attribute__((deprecated(&quot;Use the watch_rtc_get_date_time function instead&quot;))) void watch_get_date_time(struct calendar_date_time *date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga811201003a3985a040f1f6bd3c5a69eb',1,'__attribute__((deprecated(&quot;Use the watch_rtc_register_tick_callback function instead&quot;))) void watch_register_tick_callback(ext_irq_cb_t callback):&#160;watch_rtc.h'],['../group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf',1,'__attribute__((deprecated(&quot;Use watch_enable_uart to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud):&#160;watch_uart.h'],['../group__debug.html#ga42455c49e1756fc2eabbabec6f0bd530',1,'__attribute__((deprecated(&quot;Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.&quot;))) void watch_debug_putc(char c):&#160;watch_uart.h']]],
+ ['_5f_5fattribute_5f_5f_0',['__attribute__',['../group__rtc.html#ga98366c1b71e09089b441d704193bb0d4',1,'__attribute__((deprecated(&quot;Use watch_rtc_set_date_time function instead&quot;))) void watch_set_date_time(struct calendar_date_time date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga7ce8c01a25eb364efb7ae6ed6dbca373',1,'__attribute__((deprecated(&quot;Use the watch_rtc_get_date_time function instead&quot;))) void watch_get_date_time(struct calendar_date_time *date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga811201003a3985a040f1f6bd3c5a69eb',1,'__attribute__((deprecated(&quot;Use the watch_rtc_register_tick_callback function instead&quot;))) void watch_register_tick_callback(ext_irq_cb_t callback):&#160;watch_rtc.h'],['../group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf',1,'__attribute__((deprecated(&quot;Use watch_enable_uart to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud):&#160;watch_uart.h'],['../group__uart.html#ga42455c49e1756fc2eabbabec6f0bd530',1,'__attribute__((deprecated(&quot;Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.&quot;))) void watch_debug_putc(char c):&#160;watch_uart.h']]],
['_5fwatch_5frtc_5fis_5fenabled_1',['_watch_rtc_is_enabled',['../group__rtc.html#ga3ac65a314540ae8b7be5b9015785d565',1,'watch_rtc.h']]]
];
diff --git a/search/all_9.js b/search/all_9.js
index d68d93db..06b2bce0 100644
--- a/search/all_9.js
+++ b/search/all_9.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['uart_110',['UART',['../group__debug.html',1,'']]],
+ ['uart_110',['UART',['../group__uart.html',1,'']]],
['utility_20functions_111',['Utility Functions',['../group__utility.html',1,'']]]
];
diff --git a/search/all_a.js b/search/all_a.js
index 9518d02b..f8eabdac 100644
--- a/search/all_a.js
+++ b/search/all_a.js
@@ -31,7 +31,7 @@ var searchData=
['watch_5fenable_5fpull_5fdown_140',['watch_enable_pull_down',['../group__gpio.html#gae974fce4ac5d38ffe256186a84c63ff9',1,'watch_gpio.h']]],
['watch_5fenable_5fpull_5fup_141',['watch_enable_pull_up',['../group__gpio.html#ga55a16884f634ee0eb2c981d1b9a06a4d',1,'watch_gpio.h']]],
['watch_5fenable_5fspi_142',['watch_enable_spi',['../group__spi.html#ga77252649d1551483308f312131e80dec',1,'watch_spi.h']]],
- ['watch_5fenable_5fuart_143',['watch_enable_uart',['../group__debug.html#ga38e750d3e02939bf056fde77f4ef6235',1,'watch_uart.h']]],
+ ['watch_5fenable_5fuart_143',['watch_enable_uart',['../group__uart.html#ga38e750d3e02939bf056fde77f4ef6235',1,'watch_uart.h']]],
['watch_5fenter_5fbackup_5fmode_144',['watch_enter_backup_mode',['../group__deepsleep.html#ga50dda38a8a83d7d957e3bb2bf13aa3ef',1,'watch_deepsleep.h']]],
['watch_5fenter_5fdeep_5fsleep_5fmode_145',['watch_enter_deep_sleep_mode',['../group__deepsleep.html#gaea469761889ff203385f3bfd88bb2451',1,'watch_deepsleep.h']]],
['watch_5fenter_5fsleep_5fmode_146',['watch_enter_sleep_mode',['../group__deepsleep.html#ga9f7a625290748f0df6ba2ceb27e0d81b',1,'watch_deepsleep.h']]],
@@ -89,8 +89,8 @@ var searchData=
['watch_5fstop_5ftick_5fanimation_198',['watch_stop_tick_animation',['../group__slcd.html#gaf2c52b4430b4e78a066b3a2b104d142a',1,'watch_slcd.h']]],
['watch_5fstore_5fbackup_5fdata_199',['watch_store_backup_data',['../group__deepsleep.html#ga385b36922ec76c5fe697772f97a05846',1,'watch_deepsleep.h']]],
['watch_5ftick_5fanimation_5fis_5frunning_200',['watch_tick_animation_is_running',['../group__slcd.html#ga3764fb499e056f9a45588268f11be8a0',1,'watch_slcd.h']]],
- ['watch_5fuart_5fgetc_201',['watch_uart_getc',['../group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]],
- ['watch_5fuart_5fputs_202',['watch_uart_puts',['../group__debug.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]],
+ ['watch_5fuart_5fgetc_201',['watch_uart_getc',['../group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]],
+ ['watch_5fuart_5fputs_202',['watch_uart_puts',['../group__uart.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]],
['watch_5futility_5fconvert_5fto_5funix_5ftime_203',['watch_utility_convert_to_unix_time',['../group__utility.html#ga94f5cc404949bf4c0ac4bc4770ec8eda',1,'watch_utility_convert_to_unix_time(uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#ga94f5cc404949bf4c0ac4bc4770ec8eda',1,'watch_utility_convert_to_unix_time(uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint32_t utc_offset):&#160;watch_utility.c']]],
['watch_5futility_5fdate_5ftime_5fconvert_5fzone_204',['watch_utility_date_time_convert_zone',['../group__utility.html#ga94f038ec0e1b8f3c48c4364b56566327',1,'watch_utility_date_time_convert_zone(watch_date_time date_time, uint32_t origin_utc_offset, uint32_t destination_utc_offset):&#160;watch_utility.c'],['../group__utility.html#ga94f038ec0e1b8f3c48c4364b56566327',1,'watch_utility_date_time_convert_zone(watch_date_time date_time, uint32_t origin_utc_offset, uint32_t destination_utc_offset):&#160;watch_utility.c']]],
['watch_5futility_5fdate_5ftime_5ffrom_5funix_5ftime_205',['watch_utility_date_time_from_unix_time',['../group__utility.html#ga396e56109234aaa00993c3dd84f3f43c',1,'watch_utility_date_time_from_unix_time(uint32_t timestamp, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#ga396e56109234aaa00993c3dd84f3f43c',1,'watch_utility_date_time_from_unix_time(uint32_t timestamp, uint32_t utc_offset):&#160;watch_utility.c']]],
diff --git a/search/functions_0.js b/search/functions_0.js
index acf40a7e..f479e7e8 100644
--- a/search/functions_0.js
+++ b/search/functions_0.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['_5f_5fattribute_5f_5f_212',['__attribute__',['../group__rtc.html#ga98366c1b71e09089b441d704193bb0d4',1,'__attribute__((deprecated(&quot;Use watch_rtc_set_date_time function instead&quot;))) void watch_set_date_time(struct calendar_date_time date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga7ce8c01a25eb364efb7ae6ed6dbca373',1,'__attribute__((deprecated(&quot;Use the watch_rtc_get_date_time function instead&quot;))) void watch_get_date_time(struct calendar_date_time *date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga811201003a3985a040f1f6bd3c5a69eb',1,'__attribute__((deprecated(&quot;Use the watch_rtc_register_tick_callback function instead&quot;))) void watch_register_tick_callback(ext_irq_cb_t callback):&#160;watch_rtc.h'],['../group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf',1,'__attribute__((deprecated(&quot;Use watch_enable_uart to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud):&#160;watch_uart.h'],['../group__debug.html#ga42455c49e1756fc2eabbabec6f0bd530',1,'__attribute__((deprecated(&quot;Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.&quot;))) void watch_debug_putc(char c):&#160;watch_uart.h']]],
+ ['_5f_5fattribute_5f_5f_212',['__attribute__',['../group__rtc.html#ga98366c1b71e09089b441d704193bb0d4',1,'__attribute__((deprecated(&quot;Use watch_rtc_set_date_time function instead&quot;))) void watch_set_date_time(struct calendar_date_time date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga7ce8c01a25eb364efb7ae6ed6dbca373',1,'__attribute__((deprecated(&quot;Use the watch_rtc_get_date_time function instead&quot;))) void watch_get_date_time(struct calendar_date_time *date_time):&#160;watch_rtc.h'],['../group__rtc.html#ga811201003a3985a040f1f6bd3c5a69eb',1,'__attribute__((deprecated(&quot;Use the watch_rtc_register_tick_callback function instead&quot;))) void watch_register_tick_callback(ext_irq_cb_t callback):&#160;watch_rtc.h'],['../group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf',1,'__attribute__((deprecated(&quot;Use watch_enable_uart to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud):&#160;watch_uart.h'],['../group__uart.html#ga42455c49e1756fc2eabbabec6f0bd530',1,'__attribute__((deprecated(&quot;Use watch_uart_puts to print to the UART, or printf to log debug messages over USB.&quot;))) void watch_debug_putc(char c):&#160;watch_uart.h']]],
['_5fwatch_5frtc_5fis_5fenabled_213',['_watch_rtc_is_enabled',['../group__rtc.html#ga3ac65a314540ae8b7be5b9015785d565',1,'watch_rtc.h']]]
];
diff --git a/search/functions_2.js b/search/functions_2.js
index 9636f716..ecdcbb9f 100644
--- a/search/functions_2.js
+++ b/search/functions_2.js
@@ -29,7 +29,7 @@ var searchData=
['watch_5fenable_5fpull_5fdown_246',['watch_enable_pull_down',['../group__gpio.html#gae974fce4ac5d38ffe256186a84c63ff9',1,'watch_gpio.h']]],
['watch_5fenable_5fpull_5fup_247',['watch_enable_pull_up',['../group__gpio.html#ga55a16884f634ee0eb2c981d1b9a06a4d',1,'watch_gpio.h']]],
['watch_5fenable_5fspi_248',['watch_enable_spi',['../group__spi.html#ga77252649d1551483308f312131e80dec',1,'watch_spi.h']]],
- ['watch_5fenable_5fuart_249',['watch_enable_uart',['../group__debug.html#ga38e750d3e02939bf056fde77f4ef6235',1,'watch_uart.h']]],
+ ['watch_5fenable_5fuart_249',['watch_enable_uart',['../group__uart.html#ga38e750d3e02939bf056fde77f4ef6235',1,'watch_uart.h']]],
['watch_5fenter_5fbackup_5fmode_250',['watch_enter_backup_mode',['../group__deepsleep.html#ga50dda38a8a83d7d957e3bb2bf13aa3ef',1,'watch_deepsleep.h']]],
['watch_5fenter_5fdeep_5fsleep_5fmode_251',['watch_enter_deep_sleep_mode',['../group__deepsleep.html#gaea469761889ff203385f3bfd88bb2451',1,'watch_deepsleep.h']]],
['watch_5fenter_5fsleep_5fmode_252',['watch_enter_sleep_mode',['../group__deepsleep.html#ga9f7a625290748f0df6ba2ceb27e0d81b',1,'watch_deepsleep.h']]],
@@ -81,8 +81,8 @@ var searchData=
['watch_5fstop_5ftick_5fanimation_298',['watch_stop_tick_animation',['../group__slcd.html#gaf2c52b4430b4e78a066b3a2b104d142a',1,'watch_slcd.h']]],
['watch_5fstore_5fbackup_5fdata_299',['watch_store_backup_data',['../group__deepsleep.html#ga385b36922ec76c5fe697772f97a05846',1,'watch_deepsleep.h']]],
['watch_5ftick_5fanimation_5fis_5frunning_300',['watch_tick_animation_is_running',['../group__slcd.html#ga3764fb499e056f9a45588268f11be8a0',1,'watch_slcd.h']]],
- ['watch_5fuart_5fgetc_301',['watch_uart_getc',['../group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]],
- ['watch_5fuart_5fputs_302',['watch_uart_puts',['../group__debug.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]],
+ ['watch_5fuart_5fgetc_301',['watch_uart_getc',['../group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]],
+ ['watch_5fuart_5fputs_302',['watch_uart_puts',['../group__uart.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]],
['watch_5futility_5fconvert_5fto_5funix_5ftime_303',['watch_utility_convert_to_unix_time',['../group__utility.html#ga94f5cc404949bf4c0ac4bc4770ec8eda',1,'watch_utility_convert_to_unix_time(uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#ga94f5cc404949bf4c0ac4bc4770ec8eda',1,'watch_utility_convert_to_unix_time(uint16_t year, uint8_t month, uint8_t day, uint8_t hour, uint8_t minute, uint8_t second, uint32_t utc_offset):&#160;watch_utility.c']]],
['watch_5futility_5fdate_5ftime_5fconvert_5fzone_304',['watch_utility_date_time_convert_zone',['../group__utility.html#ga94f038ec0e1b8f3c48c4364b56566327',1,'watch_utility_date_time_convert_zone(watch_date_time date_time, uint32_t origin_utc_offset, uint32_t destination_utc_offset):&#160;watch_utility.c'],['../group__utility.html#ga94f038ec0e1b8f3c48c4364b56566327',1,'watch_utility_date_time_convert_zone(watch_date_time date_time, uint32_t origin_utc_offset, uint32_t destination_utc_offset):&#160;watch_utility.c']]],
['watch_5futility_5fdate_5ftime_5ffrom_5funix_5ftime_305',['watch_utility_date_time_from_unix_time',['../group__utility.html#ga396e56109234aaa00993c3dd84f3f43c',1,'watch_utility_date_time_from_unix_time(uint32_t timestamp, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#ga396e56109234aaa00993c3dd84f3f43c',1,'watch_utility_date_time_from_unix_time(uint32_t timestamp, uint32_t utc_offset):&#160;watch_utility.c']]],
diff --git a/search/groups_7.js b/search/groups_7.js
index 50e5b4fc..f0c111b6 100644
--- a/search/groups_7.js
+++ b/search/groups_7.js
@@ -1,5 +1,5 @@
var searchData=
[
- ['uart_420',['UART',['../group__debug.html',1,'']]],
+ ['uart_420',['UART',['../group__uart.html',1,'']]],
['utility_20functions_421',['Utility Functions',['../group__utility.html',1,'']]]
];
diff --git a/watch_8h_source.html b/watch_8h_source.html
index 5a3dce14..1c31fe1c 100644
--- a/watch_8h_source.html
+++ b/watch_8h_source.html
@@ -101,26 +101,26 @@ $(function() {
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160;<span class="preprocessor">#include &lt;stdbool.h&gt;</span></div>
<div class="line"><a name="l00030"></a><span class="lineno"> 30</span>&#160;<span class="preprocessor">#include &quot;driver_init.h&quot;</span></div>
<div class="line"><a name="l00031"></a><span class="lineno"> 31</span>&#160; </div>
-<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160;<span class="preprocessor">#include &quot;watch_app.h&quot;</span></div>
-<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#include &quot;watch_rtc.h&quot;</span></div>
-<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#include &quot;watch_slcd.h&quot;</span></div>
-<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#include &quot;watch_extint.h&quot;</span></div>
-<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#include &quot;watch_led.h&quot;</span></div>
-<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#include &quot;watch_buzzer.h&quot;</span></div>
-<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#include &quot;watch_adc.h&quot;</span></div>
-<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#include &quot;watch_gpio.h&quot;</span></div>
-<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#include &quot;watch_i2c.h&quot;</span></div>
-<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#include &quot;watch_spi.h&quot;</span></div>
-<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#include &quot;watch_uart.h&quot;</span></div>
-<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#include &quot;watch_deepsleep.h&quot;</span></div>
-<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160; </div>
-<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#include &quot;watch_private.h&quot;</span></div>
-<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
-<div class="line"><a name="l00075"></a><span class="lineno"><a class="line" href="watch_8h.html#a16023aa6b668de61af59b40b2bee5d1d"> 75</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="watch_8h.html#a16023aa6b668de61af59b40b2bee5d1d">watch_is_battery_low</a>(<span class="keywordtype">void</span>);</div>
-<div class="line"><a name="l00076"></a><span class="lineno"> 76</span>&#160; </div>
-<div class="line"><a name="l00082"></a><span class="lineno"><a class="line" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94"> 82</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a>(<span class="keywordtype">void</span>);</div>
-<div class="line"><a name="l00083"></a><span class="lineno"> 83</span>&#160; </div>
-<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* WATCH_H_ */</span><span class="preprocessor"></span></div>
+<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="preprocessor">#include &quot;watch_app.h&quot;</span></div>
+<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160;<span class="preprocessor">#include &quot;watch_rtc.h&quot;</span></div>
+<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160;<span class="preprocessor">#include &quot;watch_slcd.h&quot;</span></div>
+<div class="line"><a name="l00058"></a><span class="lineno"> 58</span>&#160;<span class="preprocessor">#include &quot;watch_extint.h&quot;</span></div>
+<div class="line"><a name="l00059"></a><span class="lineno"> 59</span>&#160;<span class="preprocessor">#include &quot;watch_led.h&quot;</span></div>
+<div class="line"><a name="l00060"></a><span class="lineno"> 60</span>&#160;<span class="preprocessor">#include &quot;watch_buzzer.h&quot;</span></div>
+<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;<span class="preprocessor">#include &quot;watch_adc.h&quot;</span></div>
+<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160;<span class="preprocessor">#include &quot;watch_gpio.h&quot;</span></div>
+<div class="line"><a name="l00063"></a><span class="lineno"> 63</span>&#160;<span class="preprocessor">#include &quot;watch_i2c.h&quot;</span></div>
+<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160;<span class="preprocessor">#include &quot;watch_spi.h&quot;</span></div>
+<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160;<span class="preprocessor">#include &quot;watch_uart.h&quot;</span></div>
+<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#include &quot;watch_deepsleep.h&quot;</span></div>
+<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160; </div>
+<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160;<span class="preprocessor">#include &quot;watch_private.h&quot;</span></div>
+<div class="line"><a name="l00069"></a><span class="lineno"> 69</span>&#160; </div>
+<div class="line"><a name="l00076"></a><span class="lineno"><a class="line" href="watch_8h.html#a16023aa6b668de61af59b40b2bee5d1d"> 76</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="watch_8h.html#a16023aa6b668de61af59b40b2bee5d1d">watch_is_battery_low</a>(<span class="keywordtype">void</span>);</div>
+<div class="line"><a name="l00077"></a><span class="lineno"> 77</span>&#160; </div>
+<div class="line"><a name="l00083"></a><span class="lineno"><a class="line" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94"> 83</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a>(<span class="keywordtype">void</span>);</div>
+<div class="line"><a name="l00084"></a><span class="lineno"> 84</span>&#160; </div>
+<div class="line"><a name="l00085"></a><span class="lineno"> 85</span>&#160;<span class="preprocessor">#endif </span><span class="comment">/* WATCH_H_ */</span><span class="preprocessor"></span></div>
<div class="ttc" id="awatch_8h_html_a16023aa6b668de61af59b40b2bee5d1d"><div class="ttname"><a href="watch_8h.html#a16023aa6b668de61af59b40b2bee5d1d">watch_is_battery_low</a></div><div class="ttdeci">bool watch_is_battery_low(void)</div><div class="ttdoc">Returns true when the battery voltage dips below 2.5V.</div></div>
<div class="ttc" id="awatch_8h_html_a6df21baf06b4a5392d95dd3cdde75d94"><div class="ttname"><a href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a></div><div class="ttdeci">bool watch_is_buzzer_or_led_enabled(void)</div><div class="ttdoc">Returns true if either the buzzer or the LED driver is enabled.</div></div>
</div><!-- fragment --></div><!-- contents -->
diff --git a/watch__spi_8h_source.html b/watch__spi_8h_source.html
index 84175609..8ec1bb28 100644
--- a/watch__spi_8h_source.html
+++ b/watch__spi_8h_source.html
@@ -109,9 +109,9 @@ $(function() {
<div class="line"><a name="l00050"></a><span class="lineno"> 50</span>&#160; </div>
<div class="line"><a name="l00056"></a><span class="lineno"><a class="line" href="group__spi.html#ga20b320293d43a867233b5bedeeab07b3"> 56</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="group__spi.html#ga20b320293d43a867233b5bedeeab07b3">watch_spi_read</a>(uint8_t *buf, uint16_t length);</div>
<div class="line"><a name="l00057"></a><span class="lineno"> 57</span>&#160; </div>
-<div class="line"><a name="l00063"></a><span class="lineno"><a class="line" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087"> 63</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087">watch_spi_transfer</a>(<span class="keyword">const</span> uint8_t *data_out, uint8_t *data_in, uint16_t length);</div>
-<div class="line"><a name="l00064"></a><span class="lineno"> 64</span>&#160; </div>
-<div class="line"><a name="l00066"></a><span class="lineno"> 66</span>&#160;<span class="preprocessor">#endif</span></div>
+<div class="line"><a name="l00064"></a><span class="lineno"><a class="line" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087"> 64</a></span>&#160;<span class="keywordtype">bool</span> <a class="code" href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087">watch_spi_transfer</a>(<span class="keyword">const</span> uint8_t *data_out, uint8_t *data_in, uint16_t length);</div>
+<div class="line"><a name="l00065"></a><span class="lineno"> 65</span>&#160; </div>
+<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="preprocessor">#endif</span></div>
<div class="ttc" id="agroup__spi_html_ga20b320293d43a867233b5bedeeab07b3"><div class="ttname"><a href="group__spi.html#ga20b320293d43a867233b5bedeeab07b3">watch_spi_read</a></div><div class="ttdeci">bool watch_spi_read(uint8_t *buf, uint16_t length)</div><div class="ttdoc">Reads a series of values from a device on the SPI bus.</div></div>
<div class="ttc" id="agroup__spi_html_ga350791f4a5eb66d0725cd418d1cd1087"><div class="ttname"><a href="group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087">watch_spi_transfer</a></div><div class="ttdeci">bool watch_spi_transfer(const uint8_t *data_out, uint8_t *data_in, uint16_t length)</div><div class="ttdoc">Reads a series of values from a device on the SPI bus.</div></div>
<div class="ttc" id="agroup__spi_html_ga77252649d1551483308f312131e80dec"><div class="ttname"><a href="group__spi.html#ga77252649d1551483308f312131e80dec">watch_enable_spi</a></div><div class="ttdeci">void watch_enable_spi(void)</div><div class="ttdoc">Enables the SPI peripheral. Call this before attempting to interface with SPI devices.</div></div>
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() {
<div class="line"><a name="l00028"></a><span class="lineno"> 28</span>&#160;<span class="preprocessor">#include &quot;<a class="code" href="watch_8h.html">watch.h</a>&quot;</span></div>
<div class="line"><a name="l00029"></a><span class="lineno"> 29</span>&#160; </div>
<div class="line"><a name="l00034"></a><span class="lineno"> 34</span>&#160; </div>
-<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235"> 42</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a>(<span class="keyword">const</span> uint8_t tx_pin, <span class="keyword">const</span> uint8_t rx_pin, uint32_t baud);</div>
+<div class="line"><a name="l00042"></a><span class="lineno"><a class="line" href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235"> 42</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a>(<span class="keyword">const</span> uint8_t tx_pin, <span class="keyword">const</span> uint8_t rx_pin, uint32_t baud);</div>
<div class="line"><a name="l00043"></a><span class="lineno"> 43</span>&#160; </div>
-<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50"> 47</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a>(<span class="keywordtype">char</span> *s);</div>
+<div class="line"><a name="l00047"></a><span class="lineno"><a class="line" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50"> 47</a></span>&#160;<span class="keywordtype">void</span> <a class="code" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a>(<span class="keywordtype">char</span> *s);</div>
<div class="line"><a name="l00048"></a><span class="lineno"> 48</span>&#160; </div>
-<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6"> 53</a></span>&#160;<span class="keywordtype">char</span> <a class="code" href="group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6">watch_uart_getc</a>(<span class="keywordtype">void</span>);</div>
+<div class="line"><a name="l00053"></a><span class="lineno"><a class="line" href="group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6"> 53</a></span>&#160;<span class="keywordtype">char</span> <a class="code" href="group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6">watch_uart_getc</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a name="l00054"></a><span class="lineno"> 54</span>&#160; </div>
<div class="line"><a name="l00055"></a><span class="lineno"> 55</span>&#160;<span class="comment">// Begin deprecated functions:</span></div>
<div class="line"><a name="l00056"></a><span class="lineno"> 56</span>&#160; </div>
-<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf"> 60</a></span>&#160;<a class="code" href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a>((deprecated(<span class="stringliteral">&quot;Use watch_enable_uart to enable the UART.&quot;</span>)))</div>
+<div class="line"><a name="l00060"></a><span class="lineno"><a class="line" href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf"> 60</a></span>&#160;<a class="code" href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a>((deprecated(<span class="stringliteral">&quot;Use watch_enable_uart to enable the UART.&quot;</span>)))</div>
<div class="line"><a name="l00061"></a><span class="lineno"> 61</span>&#160;void watch_enable_debug_uart(uint32_t baud);</div>
<div class="line"><a name="l00062"></a><span class="lineno"> 62</span>&#160; </div>
-<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="group__debug.html#ga42455c49e1756fc2eabbabec6f0bd530"> 66</a></span>&#160;<a class="code" href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a>((deprecated(&quot;Use <a class="code" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;)))</div>
+<div class="line"><a name="l00066"></a><span class="lineno"><a class="line" href="group__uart.html#ga42455c49e1756fc2eabbabec6f0bd530"> 66</a></span>&#160;<a class="code" href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a>((deprecated(&quot;Use <a class="code" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;)))</div>
<div class="line"><a name="l00067"></a><span class="lineno"> 67</span>&#160;<span class="keywordtype">void</span> watch_debug_putc(<span class="keywordtype">char</span> c);</div>
<div class="line"><a name="l00068"></a><span class="lineno"> 68</span>&#160; </div>
-<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<a class="code" href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a>((deprecated(&quot;Use <a class="code" href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;)))</div>
+<div class="line"><a name="l00072"></a><span class="lineno"> 72</span>&#160;<a class="code" href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a>((deprecated(&quot;Use <a class="code" href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a> to print to the UART, or printf to log debug messages over USB.&quot;)))</div>
<div class="line"><a name="l00073"></a><span class="lineno"> 73</span>&#160;<span class="keywordtype">void</span> watch_debug_puts(<span class="keywordtype">char</span> *s);</div>
<div class="line"><a name="l00075"></a><span class="lineno"> 75</span>&#160;<span class="preprocessor">#endif</span></div>
-<div class="ttc" id="agroup__debug_html_ga0c400bfcd52bb71e8de62c5ab2373db6"><div class="ttname"><a href="group__debug.html#ga0c400bfcd52bb71e8de62c5ab2373db6">watch_uart_getc</a></div><div class="ttdeci">char watch_uart_getc(void)</div><div class="ttdoc">Receives a single byte from the UART's RX pin.</div></div>
-<div class="ttc" id="agroup__debug_html_ga38e750d3e02939bf056fde77f4ef6235"><div class="ttname"><a href="group__debug.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a></div><div class="ttdeci">void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)</div><div class="ttdoc">Initializes the debug UART.</div></div>
-<div class="ttc" id="agroup__debug_html_ga5d62683298c511f24adaab4bf6615c50"><div class="ttname"><a href="group__debug.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a></div><div class="ttdeci">void watch_uart_puts(char *s)</div><div class="ttdoc">Transmits a string of bytes on the UART's TX pin.</div></div>
-<div class="ttc" id="agroup__debug_html_gab9e48ca472abf422d1e6389f371d8fbf"><div class="ttname"><a href="group__debug.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a></div><div class="ttdeci">__attribute__((deprecated(&quot;Use watch_enable_uart to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud)</div><div class="ttdoc">Initializes the debug UART.</div></div>
+<div class="ttc" id="agroup__uart_html_ga0c400bfcd52bb71e8de62c5ab2373db6"><div class="ttname"><a href="group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6">watch_uart_getc</a></div><div class="ttdeci">char watch_uart_getc(void)</div><div class="ttdoc">Receives a single byte from the UART's RX pin.</div></div>
+<div class="ttc" id="agroup__uart_html_ga38e750d3e02939bf056fde77f4ef6235"><div class="ttname"><a href="group__uart.html#ga38e750d3e02939bf056fde77f4ef6235">watch_enable_uart</a></div><div class="ttdeci">void watch_enable_uart(const uint8_t tx_pin, const uint8_t rx_pin, uint32_t baud)</div><div class="ttdoc">Initializes the debug UART.</div></div>
+<div class="ttc" id="agroup__uart_html_ga5d62683298c511f24adaab4bf6615c50"><div class="ttname"><a href="group__uart.html#ga5d62683298c511f24adaab4bf6615c50">watch_uart_puts</a></div><div class="ttdeci">void watch_uart_puts(char *s)</div><div class="ttdoc">Transmits a string of bytes on the UART's TX pin.</div></div>
+<div class="ttc" id="agroup__uart_html_gab9e48ca472abf422d1e6389f371d8fbf"><div class="ttname"><a href="group__uart.html#gab9e48ca472abf422d1e6389f371d8fbf">__attribute__</a></div><div class="ttdeci">__attribute__((deprecated(&quot;Use watch_enable_uart to enable the UART.&quot;))) void watch_enable_debug_uart(uint32_t baud)</div><div class="ttdoc">Initializes the debug UART.</div></div>
<div class="ttc" id="awatch_8h_html"><div class="ttname"><a href="watch_8h.html">watch.h</a></div></div>
</div><!-- fragment --></div><!-- contents -->
<!-- start footer part -->