From 434bcfcb9c990a849c828704a9bf2d268158e5e8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 10 Apr 2022 22:14:23 +0000 Subject: deploy: 6e9e264c65f30e4046efbf27ebe801cd1f338122 --- watch__led_8h_source.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'watch__led_8h_source.html') diff --git a/watch__led_8h_source.html b/watch__led_8h_source.html index 386461eb..8a9f19a9 100644 --- a/watch__led_8h_source.html +++ b/watch__led_8h_source.html @@ -113,12 +113,7 @@ $(function() {
83
85void watch_set_led_off(void);
86
-
87__attribute__((deprecated("Use watch_enable_leds instead")))
-
88void watch_enable_led(bool unused);
-
89
-
90__attribute__((deprecated("Use watch_disable_leds instead")))
-
91void watch_disable_led(bool unused);
-
93#endif
+
88#endif
void watch_set_led_color(uint8_t red, uint8_t green)
Sets the LED to a custom color by modulating each output's duty cycle.
void watch_set_led_red(void)
Sets the red LED to full brightness, and turns the green LED off.
void watch_set_led_yellow(void)
Sets both red and green LEDs to full brightness.
-- cgit v1.2.3