diff options
author | Tobias Jahnke <tobias.jahnke@microchip.com> | 2019-11-19 11:38:54 +0100 |
---|---|---|
committer | Tobias Jahnke <tobias.jahnke@microchip.com> | 2019-11-19 11:38:54 +0100 |
commit | 20673bf035ab8935c18d6b4fc8e22dcd4b89b3d8 (patch) | |
tree | 5fea837bce48f6a2a363a402c62abfa45eb92407 /binding/microphone/microphone.h | |
parent | e91eaa18befd14446d280311c9bd5c05f29801f0 (diff) |
unicens-controller: add new API for microphoneicefish_8.99.5icefish_8.99.4icefish_8.99.3icefish_8.99.2icefish_8.99.1icefish/8.99.5icefish/8.99.4icefish/8.99.3icefish/8.99.2icefish/8.99.18.99.58.99.48.99.38.99.28.99.1
- 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.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); |