From 434bcfcb9c990a849c828704a9bf2d268158e5e8 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sun, 10 Apr 2022 22:14:23 +0000 Subject: deploy: 6e9e264c65f30e4046efbf27ebe801cd1f338122 --- watch__extint_8h_source.html | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'watch__extint_8h_source.html') diff --git a/watch__extint_8h_source.html b/watch__extint_8h_source.html index 68353b31..6a6a585c 100644 --- a/watch__extint_8h_source.html +++ b/watch__extint_8h_source.html @@ -113,12 +113,7 @@ $(function() {
56
77void watch_register_interrupt_callback(const uint8_t pin, ext_irq_cb_t callback, watch_interrupt_trigger trigger);
78
-
79__attribute__((deprecated("Use watch_register_interrupt_callback or watch_register_extwake_callback instead")))
-
80void watch_register_button_callback(const uint8_t pin, ext_irq_cb_t callback);
-
81
-
82__attribute__((deprecated("Use watch_enable_external_interrupts instead")))
-
83void watch_enable_buttons(void);
-
85#endif
+
80#endif
watch_interrupt_trigger
An enum defining the types of interrupt trigger you wish to scan for.
Definition: watch_extint.h:44
void watch_disable_external_interrupts(void)
Disables the external interrupt controller.
void watch_enable_external_interrupts(void)
Enables the external interrupt controller.
-- cgit v1.2.3