diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-21 17:01:54 +0200 |
---|---|---|
committer | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-08-23 13:12:01 +0200 |
commit | c3d250fbc63c05d7f0ad5c4d95d725a16f3cece4 (patch) | |
tree | c900da6adf7299870ae67c1406d60eb7482cb653 /HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h | |
parent | d0dae04c2ae6e4219e0ebac205dd05fa7e9427cf (diff) |
forwarding node availability to volume lib
Diffstat (limited to 'HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h')
-rw-r--r-- | HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h b/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h index 63bc0e2..e7cda01 100644 --- a/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h +++ b/HAL-afb/HAL_MOST_UNICENS/ucs2-vol/inc/setup.h @@ -37,6 +37,7 @@ public: void Configure(lib_most_volume_init_t *init_ptr); void SetVolume(enum lib_most_volume_channel_t channel, uint8_t volume); void Update(); + void SetNodeAvailable(uint16_t address, bool available); private: CDeviceValue _volume_amp_270_m; |