diff options
Diffstat (limited to 'binding/microphone/microphone.h')
-rw-r--r-- | binding/microphone/microphone.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binding/microphone/microphone.h b/binding/microphone/microphone.h index 27ee4ea..bc9e7a9 100644 --- a/binding/microphone/microphone.h +++ b/binding/microphone/microphone.h @@ -26,3 +26,6 @@ extern void microphone_message_received(uint16_t node, uint16_t msg_id, uint16_t /* JSON API */ extern void microphone_mode_set_api(afb_req_t request); extern void microphone_doa_get_api(afb_req_t request); +extern void microphone_led_dir_set_api(afb_req_t request); +extern void microphone_static_ledcolor_set_api(afb_req_t request); +extern void microphone_is_available_api(afb_req_t request); |