summaryrefslogtreecommitdiffstats
path: root/binding/microphone/microphone.h
diff options
context:
space:
mode:
authorTobias Jahnke <tobias.jahnke@microchip.com>2019-11-19 11:38:54 +0100
committerTobias Jahnke <tobias.jahnke@microchip.com>2019-11-19 11:38:54 +0100
commit20673bf035ab8935c18d6b4fc8e22dcd4b89b3d8 (patch)
tree5fea837bce48f6a2a363a402c62abfa45eb92407 /binding/microphone/microphone.h
parente91eaa18befd14446d280311c9bd5c05f29801f0 (diff)
- add new mode "static" - adjust color in static mode - set direction LED - get availability of microphone Bug-AGL: SPEC-2971 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> Change-Id: I19ee90de2f1868c197f844bb065fcfbf2a65d694
Diffstat (limited to 'binding/microphone/microphone.h')
-rw-r--r--binding/microphone/microphone.h3
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);