deploy: d98d14d23697f893c3b564cd3e1d7468d860f669

This commit is contained in:
joeycastillo 2024-07-06 15:07:33 +00:00
parent 7923631581
commit 5d615a45e8
6 changed files with 174 additions and 108 deletions

View File

@ -90,6 +90,9 @@ Functions</h2></td></tr>
<tr class="memitem:ga042bcc9220ab05d1de8389cf0067511b" id="r_ga042bcc9220ab05d1de8389cf0067511b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b">watch_set_led_color</a> (uint8_t red, uint8_t green)</td></tr> <tr class="memitem:ga042bcc9220ab05d1de8389cf0067511b" id="r_ga042bcc9220ab05d1de8389cf0067511b"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b">watch_set_led_color</a> (uint8_t red, uint8_t green)</td></tr>
<tr class="memdesc:ga042bcc9220ab05d1de8389cf0067511b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the LED to a custom color by modulating each output's duty cycle. <br /></td></tr> <tr class="memdesc:ga042bcc9220ab05d1de8389cf0067511b"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the LED to a custom color by modulating each output's duty cycle. <br /></td></tr>
<tr class="separator:ga042bcc9220ab05d1de8389cf0067511b"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ga042bcc9220ab05d1de8389cf0067511b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:gae6a2e663eea452cc84565b1baccb42d0" id="r_gae6a2e663eea452cc84565b1baccb42d0"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__led.html#gae6a2e663eea452cc84565b1baccb42d0">watch_set_led_color_rgb</a> (uint8_t red, uint8_t green, uint8_t blue)</td></tr>
<tr class="memdesc:gae6a2e663eea452cc84565b1baccb42d0"><td class="mdescLeft">&#160;</td><td class="mdescRight">On boards with an RGB LED, sets the LED to a custom color by modulating each output's duty cycle. <br /></td></tr>
<tr class="separator:gae6a2e663eea452cc84565b1baccb42d0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ga36d89031d8e8813dfab5f6cff9c6ee40" id="r_ga36d89031d8e8813dfab5f6cff9c6ee40"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40">watch_set_led_red</a> (void)</td></tr> <tr class="memitem:ga36d89031d8e8813dfab5f6cff9c6ee40" id="r_ga36d89031d8e8813dfab5f6cff9c6ee40"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40">watch_set_led_red</a> (void)</td></tr>
<tr class="memdesc:ga36d89031d8e8813dfab5f6cff9c6ee40"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the red LED to full brightness, and turns the green LED off. <br /></td></tr> <tr class="memdesc:ga36d89031d8e8813dfab5f6cff9c6ee40"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the red LED to full brightness, and turns the green LED off. <br /></td></tr>
<tr class="separator:ga36d89031d8e8813dfab5f6cff9c6ee40"><td class="memSeparator" colspan="2">&#160;</td></tr> <tr class="separator:ga36d89031d8e8813dfab5f6cff9c6ee40"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -186,6 +189,51 @@ void&#160;</td><td class="memItemRight" valign="bottom"><b>watch_set_led_off</b>
</dl> </dl>
<dl class="section note"><dt>Note</dt><dd>If you are displaying a custom color, you will need to prevent your app from going to sleep while the LED is on; otherwise, the color will not display correctly. You can do this by returning false in your app_loop method. </dd></dl> <dl class="section note"><dt>Note</dt><dd>If you are displaying a custom color, you will need to prevent your app from going to sleep while the LED is on; otherwise, the color will not display correctly. You can do this by returning false in your app_loop method. </dd></dl>
</div>
</div>
<a id="gae6a2e663eea452cc84565b1baccb42d0" name="gae6a2e663eea452cc84565b1baccb42d0"></a>
<h2 class="memtitle"><span class="permalink"><a href="#gae6a2e663eea452cc84565b1baccb42d0">&#9670;&#160;</a></span>watch_set_led_color_rgb()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">void watch_set_led_color_rgb </td>
<td>(</td>
<td class="paramtype">uint8_t&#160;</td>
<td class="paramname"><em>red</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint8_t&#160;</td>
<td class="paramname"><em>green</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">uint8_t&#160;</td>
<td class="paramname"><em>blue</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>On boards with an RGB LED, sets the LED to a custom color by modulating each output's duty cycle. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">red</td><td>The red value from 0-255. </td></tr>
<tr><td class="paramname">green</td><td>The green value from 0-255. </td></tr>
<tr><td class="paramname">blue</td><td>The blue value from 0-255. </td></tr>
</table>
</dd>
</dl>
<dl class="section note"><dt>Note</dt><dd>If you are displaying a custom color, you will need to prevent your app from going to sleep while the LED is on; otherwise, the color will not display correctly. You can do this by returning false in your app_loop method. </dd></dl>
</div> </div>
</div> </div>
<a id="gab01a29900ddc5315c0e752e63d748f41" name="gab01a29900ddc5315c0e752e63d748f41"></a> <a id="gab01a29900ddc5315c0e752e63d748f41" name="gab01a29900ddc5315c0e752e63d748f41"></a>

View File

@ -83,38 +83,39 @@ var searchData=
['watch_5fset_5fcolon_80',['watch_set_colon',['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c'],['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c']]], ['watch_5fset_5fcolon_80',['watch_set_colon',['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c'],['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c']]],
['watch_5fset_5findicator_81',['watch_set_indicator',['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c'],['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c']]], ['watch_5fset_5findicator_81',['watch_set_indicator',['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c'],['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c']]],
['watch_5fset_5fled_5fcolor_82',['watch_set_led_color',['../group__led.html#ga042bcc9220ab05d1de8389cf0067511b',1,'watch_led.h']]], ['watch_5fset_5fled_5fcolor_82',['watch_set_led_color',['../group__led.html#ga042bcc9220ab05d1de8389cf0067511b',1,'watch_led.h']]],
['watch_5fset_5fled_5fgreen_83',['watch_set_led_green',['../group__led.html#gab01a29900ddc5315c0e752e63d748f41',1,'watch_led.h']]], ['watch_5fset_5fled_5fcolor_5frgb_83',['watch_set_led_color_rgb',['../group__led.html#gae6a2e663eea452cc84565b1baccb42d0',1,'watch_led.h']]],
['watch_5fset_5fled_5foff_84',['watch_set_led_off',['../group__led.html#ga8619f040ff7364285398412a4c420cae',1,'watch_led.h']]], ['watch_5fset_5fled_5fgreen_84',['watch_set_led_green',['../group__led.html#gab01a29900ddc5315c0e752e63d748f41',1,'watch_led.h']]],
['watch_5fset_5fled_5fred_85',['watch_set_led_red',['../group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40',1,'watch_led.h']]], ['watch_5fset_5fled_5foff_85',['watch_set_led_off',['../group__led.html#ga8619f040ff7364285398412a4c420cae',1,'watch_led.h']]],
['watch_5fset_5fled_5fyellow_86',['watch_set_led_yellow',['../group__led.html#ga51ba53c3281ad8724d98af27eacc3de0',1,'watch_led.h']]], ['watch_5fset_5fled_5fred_86',['watch_set_led_red',['../group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40',1,'watch_led.h']]],
['watch_5fset_5fpin_5flevel_87',['watch_set_pin_level',['../group__gpio.html#ga2e781c7e15045d2270f0cb3f87d619d6',1,'watch_gpio.h']]], ['watch_5fset_5fled_5fyellow_87',['watch_set_led_yellow',['../group__led.html#ga51ba53c3281ad8724d98af27eacc3de0',1,'watch_led.h']]],
['watch_5fset_5fpixel_88',['watch_set_pixel',['../group__slcd.html#ga47948dc2c7490b698810ef9914507e08',1,'watch_slcd.h']]], ['watch_5fset_5fpin_5flevel_88',['watch_set_pin_level',['../group__gpio.html#ga2e781c7e15045d2270f0cb3f87d619d6',1,'watch_gpio.h']]],
['watch_5fspi_5fread_89',['watch_spi_read',['../group__spi.html#ga20b320293d43a867233b5bedeeab07b3',1,'watch_spi.h']]], ['watch_5fset_5fpixel_89',['watch_set_pixel',['../group__slcd.html#ga47948dc2c7490b698810ef9914507e08',1,'watch_slcd.h']]],
['watch_5fspi_5ftransfer_90',['watch_spi_transfer',['../group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087',1,'watch_spi.h']]], ['watch_5fspi_5fread_90',['watch_spi_read',['../group__spi.html#ga20b320293d43a867233b5bedeeab07b3',1,'watch_spi.h']]],
['watch_5fspi_5fwrite_91',['watch_spi_write',['../group__spi.html#ga9e1b869726dc01834ac9a365b32ec492',1,'watch_spi.h']]], ['watch_5fspi_5ftransfer_91',['watch_spi_transfer',['../group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087',1,'watch_spi.h']]],
['watch_5fstart_5fcharacter_5fblink_92',['watch_start_character_blink',['../group__slcd.html#ga4c99ffbfa68aea0dce466db6e47879a5',1,'watch_slcd.h']]], ['watch_5fspi_5fwrite_92',['watch_spi_write',['../group__spi.html#ga9e1b869726dc01834ac9a365b32ec492',1,'watch_spi.h']]],
['watch_5fstart_5ftick_5fanimation_93',['watch_start_tick_animation',['../group__slcd.html#ga70918c1acc2ed21512b69b83397303a4',1,'watch_slcd.h']]], ['watch_5fstart_5fcharacter_5fblink_93',['watch_start_character_blink',['../group__slcd.html#ga4c99ffbfa68aea0dce466db6e47879a5',1,'watch_slcd.h']]],
['watch_5fstop_5fblink_94',['watch_stop_blink',['../group__slcd.html#ga5d29760dd0998de98f8578ed3de5b1e5',1,'watch_slcd.h']]], ['watch_5fstart_5ftick_5fanimation_94',['watch_start_tick_animation',['../group__slcd.html#ga70918c1acc2ed21512b69b83397303a4',1,'watch_slcd.h']]],
['watch_5fstop_5ftick_5fanimation_95',['watch_stop_tick_animation',['../group__slcd.html#gaf2c52b4430b4e78a066b3a2b104d142a',1,'watch_slcd.h']]], ['watch_5fstop_5fblink_95',['watch_stop_blink',['../group__slcd.html#ga5d29760dd0998de98f8578ed3de5b1e5',1,'watch_slcd.h']]],
['watch_5fstorage_5ferase_96',['watch_storage_erase',['../group__storage.html#ga5e27f4d34bd3b602988af59c6068bd0c',1,'watch_storage.h']]], ['watch_5fstop_5ftick_5fanimation_96',['watch_stop_tick_animation',['../group__slcd.html#gaf2c52b4430b4e78a066b3a2b104d142a',1,'watch_slcd.h']]],
['watch_5fstorage_5fread_97',['watch_storage_read',['../group__storage.html#gae11f49f5d9adee2ee89ec92c8026ca49',1,'watch_storage.h']]], ['watch_5fstorage_5ferase_97',['watch_storage_erase',['../group__storage.html#ga5e27f4d34bd3b602988af59c6068bd0c',1,'watch_storage.h']]],
['watch_5fstorage_5fsync_98',['watch_storage_sync',['../group__storage.html#ga6531bfebac4e4f81fd37168fdaa98904',1,'watch_storage.h']]], ['watch_5fstorage_5fread_98',['watch_storage_read',['../group__storage.html#gae11f49f5d9adee2ee89ec92c8026ca49',1,'watch_storage.h']]],
['watch_5fstorage_5fwrite_99',['watch_storage_write',['../group__storage.html#gad0fd4b333d95a0e50ac8e9a23620b861',1,'watch_storage.h']]], ['watch_5fstorage_5fsync_99',['watch_storage_sync',['../group__storage.html#ga6531bfebac4e4f81fd37168fdaa98904',1,'watch_storage.h']]],
['watch_5fstore_5fbackup_5fdata_100',['watch_store_backup_data',['../group__deepsleep.html#ga385b36922ec76c5fe697772f97a05846',1,'watch_deepsleep.h']]], ['watch_5fstorage_5fwrite_100',['watch_storage_write',['../group__storage.html#gad0fd4b333d95a0e50ac8e9a23620b861',1,'watch_storage.h']]],
['watch_5ftick_5fanimation_5fis_5frunning_101',['watch_tick_animation_is_running',['../group__slcd.html#ga3764fb499e056f9a45588268f11be8a0',1,'watch_slcd.h']]], ['watch_5fstore_5fbackup_5fdata_101',['watch_store_backup_data',['../group__deepsleep.html#ga385b36922ec76c5fe697772f97a05846',1,'watch_deepsleep.h']]],
['watch_5fuart_5fgetc_102',['watch_uart_getc',['../group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]], ['watch_5ftick_5fanimation_5fis_5frunning_102',['watch_tick_animation_is_running',['../group__slcd.html#ga3764fb499e056f9a45588268f11be8a0',1,'watch_slcd.h']]],
['watch_5fuart_5fputs_103',['watch_uart_puts',['../group__uart.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]], ['watch_5fuart_5fgetc_103',['watch_uart_getc',['../group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]],
['watch_5futility_5fconvert_5fto_5f12_5fhour_104',['watch_utility_convert_to_12_hour',['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c'],['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c']]], ['watch_5fuart_5fputs_104',['watch_uart_puts',['../group__uart.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]],
['watch_5futility_5fconvert_5fto_5funix_5ftime_105',['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_5fconvert_5fto_5f12_5fhour_105',['watch_utility_convert_to_12_hour',['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c'],['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c']]],
['watch_5futility_5fdate_5ftime_5fconvert_5fzone_106',['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_5fconvert_5fto_5funix_5ftime_106',['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_5ffrom_5funix_5ftime_107',['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']]], ['watch_5futility_5fdate_5ftime_5fconvert_5fzone_107',['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_5fto_5funix_5ftime_108',['watch_utility_date_time_to_unix_time',['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c']]], ['watch_5futility_5fdate_5ftime_5ffrom_5funix_5ftime_108',['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']]],
['watch_5futility_5fdays_5fsince_5fnew_5fyear_109',['watch_utility_days_since_new_year',['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]], ['watch_5futility_5fdate_5ftime_5fto_5funix_5ftime_109',['watch_utility_date_time_to_unix_time',['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c']]],
['watch_5futility_5fget_5fiso8601_5fweekday_5fnumber_110',['watch_utility_get_iso8601_weekday_number',['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]], ['watch_5futility_5fdays_5fsince_5fnew_5fyear_110',['watch_utility_days_since_new_year',['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]],
['watch_5futility_5fget_5fweekday_111',['watch_utility_get_weekday',['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c'],['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c']]], ['watch_5futility_5fget_5fiso8601_5fweekday_5fnumber_111',['watch_utility_get_iso8601_weekday_number',['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]],
['watch_5futility_5fget_5fweeknumber_112',['watch_utility_get_weeknumber',['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]], ['watch_5futility_5fget_5fweekday_112',['watch_utility_get_weekday',['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c'],['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c']]],
['watch_5futility_5foffset_5ftimestamp_113',['watch_utility_offset_timestamp',['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c']]], ['watch_5futility_5fget_5fweeknumber_113',['watch_utility_get_weeknumber',['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]],
['watch_5futility_5fseconds_5fto_5fduration_114',['watch_utility_seconds_to_duration',['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c']]], ['watch_5futility_5foffset_5ftimestamp_114',['watch_utility_offset_timestamp',['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c']]],
['watch_5futility_5fthermistor_5ftemperature_115',['watch_utility_thermistor_temperature',['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c'],['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c']]], ['watch_5futility_5fseconds_5fto_5fduration_115',['watch_utility_seconds_to_duration',['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c']]],
['watchindicatorsegment_116',['watchindicatorsegment',['../group__slcd.html#ga37a28bfc539ea2bb83107d59f77b20d2',1,'WatchIndicatorSegment:&#160;watch_slcd.h'],['../group__slcd.html#ga12f90dd93f63366e5a08f161e5f6c9f5',1,'WatchIndicatorSegment:&#160;watch_slcd.h']]] ['watch_5futility_5fthermistor_5ftemperature_116',['watch_utility_thermistor_temperature',['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c'],['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c']]],
['watchindicatorsegment_117',['watchindicatorsegment',['../group__slcd.html#ga37a28bfc539ea2bb83107d59f77b20d2',1,'WatchIndicatorSegment:&#160;watch_slcd.h'],['../group__slcd.html#ga12f90dd93f63366e5a08f161e5f6c9f5',1,'WatchIndicatorSegment:&#160;watch_slcd.h']]]
]; ];

View File

@ -73,37 +73,38 @@ var searchData=
['watch_5fset_5fcolon_70',['watch_set_colon',['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c'],['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c']]], ['watch_5fset_5fcolon_70',['watch_set_colon',['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c'],['../group__slcd.html#ga021df8bd4ab27a78a812cbb0eadd26ee',1,'watch_set_colon(void):&#160;watch_private_display.c']]],
['watch_5fset_5findicator_71',['watch_set_indicator',['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c'],['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c']]], ['watch_5fset_5findicator_71',['watch_set_indicator',['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c'],['../group__slcd.html#gaa6640c8b372933de978e1066aed7e7fd',1,'watch_set_indicator(WatchIndicatorSegment indicator):&#160;watch_private_display.c']]],
['watch_5fset_5fled_5fcolor_72',['watch_set_led_color',['../group__led.html#ga042bcc9220ab05d1de8389cf0067511b',1,'watch_led.h']]], ['watch_5fset_5fled_5fcolor_72',['watch_set_led_color',['../group__led.html#ga042bcc9220ab05d1de8389cf0067511b',1,'watch_led.h']]],
['watch_5fset_5fled_5fgreen_73',['watch_set_led_green',['../group__led.html#gab01a29900ddc5315c0e752e63d748f41',1,'watch_led.h']]], ['watch_5fset_5fled_5fcolor_5frgb_73',['watch_set_led_color_rgb',['../group__led.html#gae6a2e663eea452cc84565b1baccb42d0',1,'watch_led.h']]],
['watch_5fset_5fled_5foff_74',['watch_set_led_off',['../group__led.html#ga8619f040ff7364285398412a4c420cae',1,'watch_led.h']]], ['watch_5fset_5fled_5fgreen_74',['watch_set_led_green',['../group__led.html#gab01a29900ddc5315c0e752e63d748f41',1,'watch_led.h']]],
['watch_5fset_5fled_5fred_75',['watch_set_led_red',['../group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40',1,'watch_led.h']]], ['watch_5fset_5fled_5foff_75',['watch_set_led_off',['../group__led.html#ga8619f040ff7364285398412a4c420cae',1,'watch_led.h']]],
['watch_5fset_5fled_5fyellow_76',['watch_set_led_yellow',['../group__led.html#ga51ba53c3281ad8724d98af27eacc3de0',1,'watch_led.h']]], ['watch_5fset_5fled_5fred_76',['watch_set_led_red',['../group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40',1,'watch_led.h']]],
['watch_5fset_5fpin_5flevel_77',['watch_set_pin_level',['../group__gpio.html#ga2e781c7e15045d2270f0cb3f87d619d6',1,'watch_gpio.h']]], ['watch_5fset_5fled_5fyellow_77',['watch_set_led_yellow',['../group__led.html#ga51ba53c3281ad8724d98af27eacc3de0',1,'watch_led.h']]],
['watch_5fset_5fpixel_78',['watch_set_pixel',['../group__slcd.html#ga47948dc2c7490b698810ef9914507e08',1,'watch_slcd.h']]], ['watch_5fset_5fpin_5flevel_78',['watch_set_pin_level',['../group__gpio.html#ga2e781c7e15045d2270f0cb3f87d619d6',1,'watch_gpio.h']]],
['watch_5fspi_5fread_79',['watch_spi_read',['../group__spi.html#ga20b320293d43a867233b5bedeeab07b3',1,'watch_spi.h']]], ['watch_5fset_5fpixel_79',['watch_set_pixel',['../group__slcd.html#ga47948dc2c7490b698810ef9914507e08',1,'watch_slcd.h']]],
['watch_5fspi_5ftransfer_80',['watch_spi_transfer',['../group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087',1,'watch_spi.h']]], ['watch_5fspi_5fread_80',['watch_spi_read',['../group__spi.html#ga20b320293d43a867233b5bedeeab07b3',1,'watch_spi.h']]],
['watch_5fspi_5fwrite_81',['watch_spi_write',['../group__spi.html#ga9e1b869726dc01834ac9a365b32ec492',1,'watch_spi.h']]], ['watch_5fspi_5ftransfer_81',['watch_spi_transfer',['../group__spi.html#ga350791f4a5eb66d0725cd418d1cd1087',1,'watch_spi.h']]],
['watch_5fstart_5fcharacter_5fblink_82',['watch_start_character_blink',['../group__slcd.html#ga4c99ffbfa68aea0dce466db6e47879a5',1,'watch_slcd.h']]], ['watch_5fspi_5fwrite_82',['watch_spi_write',['../group__spi.html#ga9e1b869726dc01834ac9a365b32ec492',1,'watch_spi.h']]],
['watch_5fstart_5ftick_5fanimation_83',['watch_start_tick_animation',['../group__slcd.html#ga70918c1acc2ed21512b69b83397303a4',1,'watch_slcd.h']]], ['watch_5fstart_5fcharacter_5fblink_83',['watch_start_character_blink',['../group__slcd.html#ga4c99ffbfa68aea0dce466db6e47879a5',1,'watch_slcd.h']]],
['watch_5fstop_5fblink_84',['watch_stop_blink',['../group__slcd.html#ga5d29760dd0998de98f8578ed3de5b1e5',1,'watch_slcd.h']]], ['watch_5fstart_5ftick_5fanimation_84',['watch_start_tick_animation',['../group__slcd.html#ga70918c1acc2ed21512b69b83397303a4',1,'watch_slcd.h']]],
['watch_5fstop_5ftick_5fanimation_85',['watch_stop_tick_animation',['../group__slcd.html#gaf2c52b4430b4e78a066b3a2b104d142a',1,'watch_slcd.h']]], ['watch_5fstop_5fblink_85',['watch_stop_blink',['../group__slcd.html#ga5d29760dd0998de98f8578ed3de5b1e5',1,'watch_slcd.h']]],
['watch_5fstorage_5ferase_86',['watch_storage_erase',['../group__storage.html#ga5e27f4d34bd3b602988af59c6068bd0c',1,'watch_storage.h']]], ['watch_5fstop_5ftick_5fanimation_86',['watch_stop_tick_animation',['../group__slcd.html#gaf2c52b4430b4e78a066b3a2b104d142a',1,'watch_slcd.h']]],
['watch_5fstorage_5fread_87',['watch_storage_read',['../group__storage.html#gae11f49f5d9adee2ee89ec92c8026ca49',1,'watch_storage.h']]], ['watch_5fstorage_5ferase_87',['watch_storage_erase',['../group__storage.html#ga5e27f4d34bd3b602988af59c6068bd0c',1,'watch_storage.h']]],
['watch_5fstorage_5fsync_88',['watch_storage_sync',['../group__storage.html#ga6531bfebac4e4f81fd37168fdaa98904',1,'watch_storage.h']]], ['watch_5fstorage_5fread_88',['watch_storage_read',['../group__storage.html#gae11f49f5d9adee2ee89ec92c8026ca49',1,'watch_storage.h']]],
['watch_5fstorage_5fwrite_89',['watch_storage_write',['../group__storage.html#gad0fd4b333d95a0e50ac8e9a23620b861',1,'watch_storage.h']]], ['watch_5fstorage_5fsync_89',['watch_storage_sync',['../group__storage.html#ga6531bfebac4e4f81fd37168fdaa98904',1,'watch_storage.h']]],
['watch_5fstore_5fbackup_5fdata_90',['watch_store_backup_data',['../group__deepsleep.html#ga385b36922ec76c5fe697772f97a05846',1,'watch_deepsleep.h']]], ['watch_5fstorage_5fwrite_90',['watch_storage_write',['../group__storage.html#gad0fd4b333d95a0e50ac8e9a23620b861',1,'watch_storage.h']]],
['watch_5ftick_5fanimation_5fis_5frunning_91',['watch_tick_animation_is_running',['../group__slcd.html#ga3764fb499e056f9a45588268f11be8a0',1,'watch_slcd.h']]], ['watch_5fstore_5fbackup_5fdata_91',['watch_store_backup_data',['../group__deepsleep.html#ga385b36922ec76c5fe697772f97a05846',1,'watch_deepsleep.h']]],
['watch_5fuart_5fgetc_92',['watch_uart_getc',['../group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]], ['watch_5ftick_5fanimation_5fis_5frunning_92',['watch_tick_animation_is_running',['../group__slcd.html#ga3764fb499e056f9a45588268f11be8a0',1,'watch_slcd.h']]],
['watch_5fuart_5fputs_93',['watch_uart_puts',['../group__uart.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]], ['watch_5fuart_5fgetc_93',['watch_uart_getc',['../group__uart.html#ga0c400bfcd52bb71e8de62c5ab2373db6',1,'watch_uart.h']]],
['watch_5futility_5fconvert_5fto_5f12_5fhour_94',['watch_utility_convert_to_12_hour',['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c'],['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c']]], ['watch_5fuart_5fputs_94',['watch_uart_puts',['../group__uart.html#ga5d62683298c511f24adaab4bf6615c50',1,'watch_uart.h']]],
['watch_5futility_5fconvert_5fto_5funix_5ftime_95',['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_5fconvert_5fto_5f12_5fhour_95',['watch_utility_convert_to_12_hour',['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c'],['../group__utility.html#ga470a4c7199afac6319c259fc459881f4',1,'watch_utility_convert_to_12_hour(watch_date_time *date_time):&#160;watch_utility.c']]],
['watch_5futility_5fdate_5ftime_5fconvert_5fzone_96',['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_5fconvert_5fto_5funix_5ftime_96',['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_5ffrom_5funix_5ftime_97',['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']]], ['watch_5futility_5fdate_5ftime_5fconvert_5fzone_97',['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_5fto_5funix_5ftime_98',['watch_utility_date_time_to_unix_time',['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c']]], ['watch_5futility_5fdate_5ftime_5ffrom_5funix_5ftime_98',['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']]],
['watch_5futility_5fdays_5fsince_5fnew_5fyear_99',['watch_utility_days_since_new_year',['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]], ['watch_5futility_5fdate_5ftime_5fto_5funix_5ftime_99',['watch_utility_date_time_to_unix_time',['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c'],['../group__utility.html#gaffafef58755ff2704cf93fe1a0849a27',1,'watch_utility_date_time_to_unix_time(watch_date_time date_time, uint32_t utc_offset):&#160;watch_utility.c']]],
['watch_5futility_5fget_5fiso8601_5fweekday_5fnumber_100',['watch_utility_get_iso8601_weekday_number',['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]], ['watch_5futility_5fdays_5fsince_5fnew_5fyear_100',['watch_utility_days_since_new_year',['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga2d997050973c483e0e099f42b0126312',1,'watch_utility_days_since_new_year(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]],
['watch_5futility_5fget_5fweekday_101',['watch_utility_get_weekday',['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c'],['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c']]], ['watch_5futility_5fget_5fiso8601_5fweekday_5fnumber_101',['watch_utility_get_iso8601_weekday_number',['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga284588c477ab00cdc71b7146359d39bf',1,'watch_utility_get_iso8601_weekday_number(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]],
['watch_5futility_5fget_5fweeknumber_102',['watch_utility_get_weeknumber',['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]], ['watch_5futility_5fget_5fweekday_102',['watch_utility_get_weekday',['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c'],['../group__utility.html#gaad14860c068aeed7a60e57874cad92b4',1,'watch_utility_get_weekday(watch_date_time date_time):&#160;watch_utility.c']]],
['watch_5futility_5foffset_5ftimestamp_103',['watch_utility_offset_timestamp',['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c']]], ['watch_5futility_5fget_5fweeknumber_103',['watch_utility_get_weeknumber',['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c'],['../group__utility.html#ga1f78ba1a1d4bd130e638869da417446e',1,'watch_utility_get_weeknumber(uint16_t year, uint8_t month, uint8_t day):&#160;watch_utility.c']]],
['watch_5futility_5fseconds_5fto_5fduration_104',['watch_utility_seconds_to_duration',['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c']]], ['watch_5futility_5foffset_5ftimestamp_104',['watch_utility_offset_timestamp',['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga176fd2c04778c2049f6ae8b9d374725c',1,'watch_utility_offset_timestamp(uint32_t now, int8_t hours, int8_t minutes, int8_t seconds):&#160;watch_utility.c']]],
['watch_5futility_5fthermistor_5ftemperature_105',['watch_utility_thermistor_temperature',['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c'],['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c']]] ['watch_5futility_5fseconds_5fto_5fduration_105',['watch_utility_seconds_to_duration',['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c'],['../group__utility.html#ga5d6af930688b240d0f075806b5730d21',1,'watch_utility_seconds_to_duration(uint32_t seconds):&#160;watch_utility.c']]],
['watch_5futility_5fthermistor_5ftemperature_106',['watch_utility_thermistor_temperature',['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c'],['../group__utility.html#ga2753ff031c28202d23b0f3e80de2c920',1,'watch_utility_thermistor_temperature(uint16_t value, bool highside, float b_coefficient, float nominal_temperature, float nominal_resistance, float series_resistance):&#160;watch_utility.c']]]
]; ];

View File

@ -75,6 +75,7 @@ $(function() {
</div><!-- top --> </div><!-- top -->
<div class="header"> <div class="header">
<div class="summary"> <div class="summary">
<a href="#define-members">Macros</a> &#124;
<a href="#func-members">Functions</a> </div> <a href="#func-members">Functions</a> </div>
<div class="headertitle"><div class="title">watch.h File Reference</div></div> <div class="headertitle"><div class="title">watch.h File Reference</div></div>
</div><!--header--> </div><!--header-->
@ -100,6 +101,15 @@ $(function() {
</div> </div>
<p><a href="watch_8h_source.html">Go to the source code of this file.</a></p> <p><a href="watch_8h_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls"> <table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="define-members" name="define-members"></a>
Macros</h2></td></tr>
<tr class="memitem:a4f6f5eebe5c0ed0dfd19b15d6c26f2d1" id="r_a4f6f5eebe5c0ed0dfd19b15d6c26f2d1"><td class="memItemLeft" align="right" valign="top"><a id="a4f6f5eebe5c0ed0dfd19b15d6c26f2d1" name="a4f6f5eebe5c0ed0dfd19b15d6c26f2d1"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>SWCLK</b>&#160;&#160;&#160;GPIO(GPIO_PORTA, 30)</td></tr>
<tr class="separator:a4f6f5eebe5c0ed0dfd19b15d6c26f2d1"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ae3e6490ba8c82ac7f0be86128d0aa67a" id="r_ae3e6490ba8c82ac7f0be86128d0aa67a"><td class="memItemLeft" align="right" valign="top"><a id="ae3e6490ba8c82ac7f0be86128d0aa67a" name="ae3e6490ba8c82ac7f0be86128d0aa67a"></a>
#define&#160;</td><td class="memItemRight" valign="bottom"><b>SWDIO</b>&#160;&#160;&#160;GPIO(GPIO_PORTA, 31)</td></tr>
<tr class="separator:ae3e6490ba8c82ac7f0be86128d0aa67a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a> <tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="func-members" name="func-members"></a>
Functions</h2></td></tr> Functions</h2></td></tr>
<tr class="memitem:a6df21baf06b4a5392d95dd3cdde75d94" id="r_a6df21baf06b4a5392d95dd3cdde75d94"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a> (void)</td></tr> <tr class="memitem:a6df21baf06b4a5392d95dd3cdde75d94" id="r_a6df21baf06b4a5392d95dd3cdde75d94"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a> (void)</td></tr>

View File

@ -113,39 +113,42 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include &quot;driver_init.h&quot;</span></div> <div class="line"><a id="l00030" name="l00030"></a><span class="lineno"> 30</span><span class="preprocessor">#include &quot;driver_init.h&quot;</span></div>
<div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include &quot;pins.h&quot;</span></div> <div class="line"><a id="l00031" name="l00031"></a><span class="lineno"> 31</span><span class="preprocessor">#include &quot;pins.h&quot;</span></div>
<div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div> <div class="line"><a id="l00032" name="l00032"></a><span class="lineno"> 32</span> </div>
<div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#ifdef __EMSCRIPTEN__</span></div> <div class="line"><a id="l00033" name="l00033"></a><span class="lineno"> 33</span><span class="preprocessor">#define SWCLK GPIO(GPIO_PORTA, 30)</span></div>
<div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#include &quot;watch_main_loop.h&quot;</span></div> <div class="line"><a id="l00034" name="l00034"></a><span class="lineno"> 34</span><span class="preprocessor">#define SWDIO GPIO(GPIO_PORTA, 31)</span></div>
<div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span><span class="preprocessor">#endif </span><span class="comment">// __EMSCRIPTEN__</span></div> <div class="line"><a id="l00035" name="l00035"></a><span class="lineno"> 35</span> </div>
<div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span> </div> <div class="line"><a id="l00036" name="l00036"></a><span class="lineno"> 36</span><span class="preprocessor">#ifdef __EMSCRIPTEN__</span></div>
<div class="line"><a id="l00060" name="l00060"></a><span class="lineno"> 60</span><span class="preprocessor">#include &quot;watch_app.h&quot;</span></div> <div class="line"><a id="l00037" name="l00037"></a><span class="lineno"> 37</span><span class="preprocessor">#include &quot;watch_main_loop.h&quot;</span></div>
<div class="line"><a id="l00061" name="l00061"></a><span class="lineno"> 61</span><span class="preprocessor">#include &quot;watch_rtc.h&quot;</span></div> <div class="line"><a id="l00038" name="l00038"></a><span class="lineno"> 38</span><span class="preprocessor">#endif </span><span class="comment">// __EMSCRIPTEN__</span></div>
<div class="line"><a id="l00062" name="l00062"></a><span class="lineno"> 62</span><span class="preprocessor">#include &quot;watch_slcd.h&quot;</span></div> <div class="line"><a id="l00039" name="l00039"></a><span class="lineno"> 39</span> </div>
<div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="preprocessor">#include &quot;watch_extint.h&quot;</span></div> <div class="line"><a id="l00063" name="l00063"></a><span class="lineno"> 63</span><span class="preprocessor">#include &quot;watch_app.h&quot;</span></div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="preprocessor">#include &quot;watch_led.h&quot;</span></div> <div class="line"><a id="l00064" name="l00064"></a><span class="lineno"> 64</span><span class="preprocessor">#include &quot;watch_rtc.h&quot;</span></div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#include &quot;watch_buzzer.h&quot;</span></div> <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span><span class="preprocessor">#include &quot;watch_slcd.h&quot;</span></div>
<div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#include &quot;watch_adc.h&quot;</span></div> <div class="line"><a id="l00066" name="l00066"></a><span class="lineno"> 66</span><span class="preprocessor">#include &quot;watch_extint.h&quot;</span></div>
<div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#include &quot;watch_gpio.h&quot;</span></div> <div class="line"><a id="l00067" name="l00067"></a><span class="lineno"> 67</span><span class="preprocessor">#include &quot;watch_led.h&quot;</span></div>
<div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="preprocessor">#include &quot;watch_i2c.h&quot;</span></div> <div class="line"><a id="l00068" name="l00068"></a><span class="lineno"> 68</span><span class="preprocessor">#include &quot;watch_buzzer.h&quot;</span></div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="preprocessor">#include &quot;watch_spi.h&quot;</span></div> <div class="line"><a id="l00069" name="l00069"></a><span class="lineno"> 69</span><span class="preprocessor">#include &quot;watch_adc.h&quot;</span></div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="preprocessor">#include &quot;watch_uart.h&quot;</span></div> <div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span><span class="preprocessor">#include &quot;watch_gpio.h&quot;</span></div>
<div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="preprocessor">#include &quot;watch_storage.h&quot;</span></div> <div class="line"><a id="l00071" name="l00071"></a><span class="lineno"> 71</span><span class="preprocessor">#include &quot;watch_i2c.h&quot;</span></div>
<div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="preprocessor">#include &quot;watch_deepsleep.h&quot;</span></div> <div class="line"><a id="l00072" name="l00072"></a><span class="lineno"> 72</span><span class="preprocessor">#include &quot;watch_spi.h&quot;</span></div>
<div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span> </div> <div class="line"><a id="l00073" name="l00073"></a><span class="lineno"> 73</span><span class="preprocessor">#include &quot;watch_uart.h&quot;</span></div>
<div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="preprocessor">#include &quot;watch_private.h&quot;</span></div> <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"> 74</span><span class="preprocessor">#include &quot;watch_storage.h&quot;</span></div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div> <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span><span class="preprocessor">#include &quot;watch_deepsleep.h&quot;</span></div>
<div class="line"><a id="l00081" name="l00081"></a><span class="lineno"><a class="line" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94"> 81</a></span><span class="keywordtype">bool</span> <a class="code hl_function" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"> 82</span> </div> <div class="line"><a id="l00077" name="l00077"></a><span class="lineno"> 77</span><span class="preprocessor">#include &quot;watch_private.h&quot;</span></div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305"> 85</a></span><span class="keywordtype">bool</span> <a class="code hl_function" href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305">watch_is_usb_enabled</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00078" name="l00078"></a><span class="lineno"> 78</span> </div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div> <div class="line"><a id="l00084" name="l00084"></a><span class="lineno"><a class="line" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94"> 84</a></span><span class="keywordtype">bool</span> <a class="code hl_function" href="watch_8h.html#a6df21baf06b4a5392d95dd3cdde75d94">watch_is_buzzer_or_led_enabled</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00089" name="l00089"></a><span class="lineno"><a class="line" href="watch_8h.html#a4b79c545e0876aefdbd405d469ce27f4"> 89</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="watch_8h.html#a4b79c545e0876aefdbd405d469ce27f4">watch_reset_to_bootloader</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"> 85</span> </div>
<div class="line"><a id="l00090" name="l00090"></a><span class="lineno"> 90</span> </div> <div class="line"><a id="l00088" name="l00088"></a><span class="lineno"><a class="line" href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305"> 88</a></span><span class="keywordtype">bool</span> <a class="code hl_function" href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305">watch_is_usb_enabled</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"><a class="line" href="watch_8h.html#a15fb1a0b0834fa71d213d4228d94a849"> 93</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="watch_8h.html#a15fb1a0b0834fa71d213d4228d94a849">cdc_task</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00089" name="l00089"></a><span class="lineno"> 89</span> </div>
<div class="line"><a id="l00094" name="l00094"></a><span class="lineno"> 94</span> </div> <div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="watch_8h.html#a4b79c545e0876aefdbd405d469ce27f4"> 92</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="watch_8h.html#a4b79c545e0876aefdbd405d469ce27f4">watch_reset_to_bootloader</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00101" name="l00101"></a><span class="lineno"><a class="line" href="watch_8h.html#aa0c5d610f8b61891a7cf5fca2671b6f9"> 101</a></span><span class="keywordtype">int</span> <a class="code hl_function" href="watch_8h.html#aa0c5d610f8b61891a7cf5fca2671b6f9">read</a>(<span class="keywordtype">int</span> file, <span class="keywordtype">char</span> *ptr, <span class="keywordtype">int</span> len);</div> <div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a id="l00102" name="l00102"></a><span class="lineno"> 102</span> </div> <div class="line"><a id="l00096" name="l00096"></a><span class="lineno"><a class="line" href="watch_8h.html#a15fb1a0b0834fa71d213d4228d94a849"> 96</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="watch_8h.html#a15fb1a0b0834fa71d213d4228d94a849">cdc_task</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00105" name="l00105"></a><span class="lineno"><a class="line" href="watch_8h.html#a0563dd257b275d2ebb89a54f578b1ac1"> 105</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="watch_8h.html#a0563dd257b275d2ebb89a54f578b1ac1">watch_disable_TRNG</a>();</div> <div class="line"><a id="l00097" name="l00097"></a><span class="lineno"> 97</span> </div>
<div class="line"><a id="l00106" name="l00106"></a><span class="lineno"> 106</span> </div> <div class="line"><a id="l00104" name="l00104"></a><span class="lineno"><a class="line" href="watch_8h.html#aa0c5d610f8b61891a7cf5fca2671b6f9"> 104</a></span><span class="keywordtype">int</span> <a class="code hl_function" href="watch_8h.html#aa0c5d610f8b61891a7cf5fca2671b6f9">read</a>(<span class="keywordtype">int</span> file, <span class="keywordtype">char</span> *ptr, <span class="keywordtype">int</span> len);</div>
<div class="line"><a id="l00107" name="l00107"></a><span class="lineno"> 107</span><span class="preprocessor">#endif </span><span class="comment">/* WATCH_H_ */</span><span class="preprocessor"></span></div> <div class="line"><a id="l00105" name="l00105"></a><span class="lineno"> 105</span> </div>
<div class="line"><a id="l00108" name="l00108"></a><span class="lineno"><a class="line" href="watch_8h.html#a0563dd257b275d2ebb89a54f578b1ac1"> 108</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="watch_8h.html#a0563dd257b275d2ebb89a54f578b1ac1">watch_disable_TRNG</a>();</div>
<div class="line"><a id="l00109" name="l00109"></a><span class="lineno"> 109</span> </div>
<div class="line"><a id="l00110" name="l00110"></a><span class="lineno"> 110</span><span class="preprocessor">#endif </span><span class="comment">/* WATCH_H_ */</span><span class="preprocessor"></span></div>
<div class="ttc" id="awatch_8h_html_a0563dd257b275d2ebb89a54f578b1ac1"><div class="ttname"><a href="watch_8h.html#a0563dd257b275d2ebb89a54f578b1ac1">watch_disable_TRNG</a></div><div class="ttdeci">void watch_disable_TRNG()</div><div class="ttdoc">Disables the TRNG twice in order to work around silicon erratum 1.16.1.</div></div> <div class="ttc" id="awatch_8h_html_a0563dd257b275d2ebb89a54f578b1ac1"><div class="ttname"><a href="watch_8h.html#a0563dd257b275d2ebb89a54f578b1ac1">watch_disable_TRNG</a></div><div class="ttdeci">void watch_disable_TRNG()</div><div class="ttdoc">Disables the TRNG twice in order to work around silicon erratum 1.16.1.</div></div>
<div class="ttc" id="awatch_8h_html_a1324426e2c366033abbb1b2e78b61305"><div class="ttname"><a href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305">watch_is_usb_enabled</a></div><div class="ttdeci">bool watch_is_usb_enabled(void)</div><div class="ttdoc">Returns true if USB is enabled.</div></div> <div class="ttc" id="awatch_8h_html_a1324426e2c366033abbb1b2e78b61305"><div class="ttname"><a href="watch_8h.html#a1324426e2c366033abbb1b2e78b61305">watch_is_usb_enabled</a></div><div class="ttdeci">bool watch_is_usb_enabled(void)</div><div class="ttdoc">Returns true if USB is enabled.</div></div>
<div class="ttc" id="awatch_8h_html_a15fb1a0b0834fa71d213d4228d94a849"><div class="ttname"><a href="watch_8h.html#a15fb1a0b0834fa71d213d4228d94a849">cdc_task</a></div><div class="ttdeci">void cdc_task(void)</div><div class="ttdoc">Call periodically from app main loop to service CDC RX/TX.</div></div> <div class="ttc" id="awatch_8h_html_a15fb1a0b0834fa71d213d4228d94a849"><div class="ttname"><a href="watch_8h.html#a15fb1a0b0834fa71d213d4228d94a849">cdc_task</a></div><div class="ttdeci">void cdc_task(void)</div><div class="ttdoc">Call periodically from app main loop to service CDC RX/TX.</div></div>

View File

@ -117,15 +117,17 @@ $(document).ready(function() { init_codefold(0); });
<div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div> <div class="line"><a id="l00056" name="l00056"></a><span class="lineno"> 56</span> </div>
<div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b"> 64</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b">watch_set_led_color</a>(uint8_t red, uint8_t green);</div> <div class="line"><a id="l00064" name="l00064"></a><span class="lineno"><a class="line" href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b"> 64</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b">watch_set_led_color</a>(uint8_t red, uint8_t green);</div>
<div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div> <div class="line"><a id="l00065" name="l00065"></a><span class="lineno"> 65</span> </div>
<div class="line"><a id="l00069" name="l00069"></a><span class="lineno"><a class="line" href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40"> 69</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40">watch_set_led_red</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00074" name="l00074"></a><span class="lineno"><a class="line" href="group__led.html#gae6a2e663eea452cc84565b1baccb42d0"> 74</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#gae6a2e663eea452cc84565b1baccb42d0">watch_set_led_color_rgb</a>(uint8_t red, uint8_t green, uint8_t blue);</div>
<div class="line"><a id="l00070" name="l00070"></a><span class="lineno"> 70</span> </div> <div class="line"><a id="l00075" name="l00075"></a><span class="lineno"> 75</span> </div>
<div class="line"><a id="l00075" name="l00075"></a><span class="lineno"><a class="line" href="group__led.html#gab01a29900ddc5315c0e752e63d748f41"> 75</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#gab01a29900ddc5315c0e752e63d748f41">watch_set_led_green</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00079" name="l00079"></a><span class="lineno"><a class="line" href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40"> 79</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40">watch_set_led_red</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00076" name="l00076"></a><span class="lineno"> 76</span> </div> <div class="line"><a id="l00080" name="l00080"></a><span class="lineno"> 80</span> </div>
<div class="line"><a id="l00082" name="l00082"></a><span class="lineno"><a class="line" href="group__led.html#ga51ba53c3281ad8724d98af27eacc3de0"> 82</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga51ba53c3281ad8724d98af27eacc3de0">watch_set_led_yellow</a>(<span class="keywordtype">void</span>);</div> <div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="group__led.html#gab01a29900ddc5315c0e752e63d748f41"> 85</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#gab01a29900ddc5315c0e752e63d748f41">watch_set_led_green</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00083" name="l00083"></a><span class="lineno"> 83</span> </div>
<div class="line"><a id="l00085" name="l00085"></a><span class="lineno"><a class="line" href="group__led.html#ga8619f040ff7364285398412a4c420cae"> 85</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga8619f040ff7364285398412a4c420cae">watch_set_led_off</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div> <div class="line"><a id="l00086" name="l00086"></a><span class="lineno"> 86</span> </div>
<div class="line"><a id="l00088" name="l00088"></a><span class="lineno"> 88</span><span class="preprocessor">#endif</span></div> <div class="line"><a id="l00092" name="l00092"></a><span class="lineno"><a class="line" href="group__led.html#ga51ba53c3281ad8724d98af27eacc3de0"> 92</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga51ba53c3281ad8724d98af27eacc3de0">watch_set_led_yellow</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00093" name="l00093"></a><span class="lineno"> 93</span> </div>
<div class="line"><a id="l00095" name="l00095"></a><span class="lineno"><a class="line" href="group__led.html#ga8619f040ff7364285398412a4c420cae"> 95</a></span><span class="keywordtype">void</span> <a class="code hl_function" href="group__led.html#ga8619f040ff7364285398412a4c420cae">watch_set_led_off</a>(<span class="keywordtype">void</span>);</div>
<div class="line"><a id="l00096" name="l00096"></a><span class="lineno"> 96</span> </div>
<div class="line"><a id="l00098" name="l00098"></a><span class="lineno"> 98</span><span class="preprocessor">#endif</span></div>
<div class="ttc" id="agroup__led_html_ga042bcc9220ab05d1de8389cf0067511b"><div class="ttname"><a href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b">watch_set_led_color</a></div><div class="ttdeci">void watch_set_led_color(uint8_t red, uint8_t green)</div><div class="ttdoc">Sets the LED to a custom color by modulating each output's duty cycle.</div></div> <div class="ttc" id="agroup__led_html_ga042bcc9220ab05d1de8389cf0067511b"><div class="ttname"><a href="group__led.html#ga042bcc9220ab05d1de8389cf0067511b">watch_set_led_color</a></div><div class="ttdeci">void watch_set_led_color(uint8_t red, uint8_t green)</div><div class="ttdoc">Sets the LED to a custom color by modulating each output's duty cycle.</div></div>
<div class="ttc" id="agroup__led_html_ga36d89031d8e8813dfab5f6cff9c6ee40"><div class="ttname"><a href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40">watch_set_led_red</a></div><div class="ttdeci">void watch_set_led_red(void)</div><div class="ttdoc">Sets the red LED to full brightness, and turns the green LED off.</div></div> <div class="ttc" id="agroup__led_html_ga36d89031d8e8813dfab5f6cff9c6ee40"><div class="ttname"><a href="group__led.html#ga36d89031d8e8813dfab5f6cff9c6ee40">watch_set_led_red</a></div><div class="ttdeci">void watch_set_led_red(void)</div><div class="ttdoc">Sets the red LED to full brightness, and turns the green LED off.</div></div>
<div class="ttc" id="agroup__led_html_ga51ba53c3281ad8724d98af27eacc3de0"><div class="ttname"><a href="group__led.html#ga51ba53c3281ad8724d98af27eacc3de0">watch_set_led_yellow</a></div><div class="ttdeci">void watch_set_led_yellow(void)</div><div class="ttdoc">Sets both red and green LEDs to full brightness.</div></div> <div class="ttc" id="agroup__led_html_ga51ba53c3281ad8724d98af27eacc3de0"><div class="ttname"><a href="group__led.html#ga51ba53c3281ad8724d98af27eacc3de0">watch_set_led_yellow</a></div><div class="ttdeci">void watch_set_led_yellow(void)</div><div class="ttdoc">Sets both red and green LEDs to full brightness.</div></div>
@ -133,6 +135,7 @@ $(document).ready(function() { init_codefold(0); });
<div class="ttc" id="agroup__led_html_ga86ce31dc95137ed41983fb7c6af5502a"><div class="ttname"><a href="group__led.html#ga86ce31dc95137ed41983fb7c6af5502a">watch_enable_leds</a></div><div class="ttdeci">void watch_enable_leds(void)</div><div class="ttdoc">Enables the bi-color LED.</div></div> <div class="ttc" id="agroup__led_html_ga86ce31dc95137ed41983fb7c6af5502a"><div class="ttname"><a href="group__led.html#ga86ce31dc95137ed41983fb7c6af5502a">watch_enable_leds</a></div><div class="ttdeci">void watch_enable_leds(void)</div><div class="ttdoc">Enables the bi-color LED.</div></div>
<div class="ttc" id="agroup__led_html_ga883bf171196fb5a7a57ef727dca6e04a"><div class="ttname"><a href="group__led.html#ga883bf171196fb5a7a57ef727dca6e04a">watch_disable_leds</a></div><div class="ttdeci">void watch_disable_leds(void)</div><div class="ttdoc">Disables the LEDs.</div></div> <div class="ttc" id="agroup__led_html_ga883bf171196fb5a7a57ef727dca6e04a"><div class="ttname"><a href="group__led.html#ga883bf171196fb5a7a57ef727dca6e04a">watch_disable_leds</a></div><div class="ttdeci">void watch_disable_leds(void)</div><div class="ttdoc">Disables the LEDs.</div></div>
<div class="ttc" id="agroup__led_html_gab01a29900ddc5315c0e752e63d748f41"><div class="ttname"><a href="group__led.html#gab01a29900ddc5315c0e752e63d748f41">watch_set_led_green</a></div><div class="ttdeci">void watch_set_led_green(void)</div><div class="ttdoc">Sets the green LED to full brightness, and turns the red LED off.</div></div> <div class="ttc" id="agroup__led_html_gab01a29900ddc5315c0e752e63d748f41"><div class="ttname"><a href="group__led.html#gab01a29900ddc5315c0e752e63d748f41">watch_set_led_green</a></div><div class="ttdeci">void watch_set_led_green(void)</div><div class="ttdoc">Sets the green LED to full brightness, and turns the red LED off.</div></div>
<div class="ttc" id="agroup__led_html_gae6a2e663eea452cc84565b1baccb42d0"><div class="ttname"><a href="group__led.html#gae6a2e663eea452cc84565b1baccb42d0">watch_set_led_color_rgb</a></div><div class="ttdeci">void watch_set_led_color_rgb(uint8_t red, uint8_t green, uint8_t blue)</div><div class="ttdoc">On boards with an RGB LED, sets the LED to a custom color by modulating each output's duty cycle.</div></div>
<div class="ttc" id="awatch_8h_html"><div class="ttname"><a href="watch_8h.html">watch.h</a></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 --> </div><!-- fragment --></div><!-- contents -->
<!-- start footer part --> <!-- start footer part -->