From 595c3cb881c14a28d37a8a9a3e4aadc79285a673 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sat, 5 Feb 2022 18:37:05 +0000 Subject: deploy: c74cacd34f68f2897fbd63e2ba90831f87cbad49 --- group__utility.html | 55 ++++++++++++++++++++++++++--------------------------- 1 file changed, 27 insertions(+), 28 deletions(-) (limited to 'group__utility.html') diff --git a/group__utility.html b/group__utility.html index ac950def..d182dd24 100644 --- a/group__utility.html +++ b/group__utility.html @@ -2,8 +2,8 @@ - - + + Sensor Watch: Utility Functions @@ -19,10 +19,9 @@
- - + @@ -31,21 +30,22 @@
-
Sensor Watch -  0.0.0 +
+
Sensor Watch 0.0.0
A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller.
- + +/* @license-end */ + @@ -65,19 +65,18 @@ $(function() {
-
-
Utility Functions
+
Utility Functions

This section covers various useful functions that don't fit anywhere else. More...

- - - - + + + @@ -98,9 +97,9 @@ Functions

+

Functions

const char * watch_utility_get_weekday (watch_date_time date_time)
 Returns a two-letter weekday for the given timestamp, suitable for display in positions 0-1 of the watch face. More...
 
const char * watch_utility_get_weekday (watch_date_time date_time)
 Returns a two-letter weekday for the given timestamp, suitable for display in positions 0-1 of the watch face. More...
 
uint32_t 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)
 Returns the UNIX time (seconds since 1970) for a given date/time in UTC. More...
 
 

Detailed Description

-

This section covers various useful functions that don't fit anywhere else.

+

This section covers various useful functions that don't fit anywhere else.

Function Documentation

- +

◆ watch_utility_convert_to_12_hour()

@@ -128,7 +127,7 @@ Functions
- +

◆ watch_utility_convert_to_unix_time()

@@ -203,7 +202,7 @@ Functions
- +

◆ watch_utility_date_time_convert_zone()

@@ -249,7 +248,7 @@ Functions
- +

◆ watch_utility_date_time_from_unix_time()

@@ -288,7 +287,7 @@ Functions
- +

◆ watch_utility_date_time_to_unix_time()

@@ -326,14 +325,14 @@ Functions
- -

◆ watch_utility_get_weekday()

+ +

◆ watch_utility_get_weekday()

- + @@ -352,7 +351,7 @@ Functions - +

◆ watch_utility_thermistor_temperature()

@@ -421,7 +420,7 @@ Functions
-- cgit v1.2.3
const char* watch_utility_get_weekday const char * watch_utility_get_weekday ( watch_date_time  date_time)