diff options
author | Tobias Jahnke <tjahnk@users.noreply.github.com> | 2017-07-31 11:46:47 +0200 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2017-08-01 11:47:14 +0200 |
commit | 05e055b854e46a7bbd60b4c249ff267a000b9258 (patch) | |
tree | 62c2a055244f5692818da79dd1d0775837c9fc61 /ucs2-afb/ucs_binding.h | |
parent | 41d1d8957f7bc7154e0abb2c276ee4ca52409a56 (diff) |
adds experimental i2cwrite command
Diffstat (limited to 'ucs2-afb/ucs_binding.h')
-rw-r--r-- | ucs2-afb/ucs_binding.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ucs2-afb/ucs_binding.h b/ucs2-afb/ucs_binding.h index 4265762..d77a2f8 100644 --- a/ucs2-afb/ucs_binding.h +++ b/ucs2-afb/ucs_binding.h @@ -46,7 +46,7 @@ extern struct afb_service afbSrv; PUBLIC void ucs2_configure (struct afb_req request); PUBLIC void ucs2_volume (struct afb_req request); PUBLIC void ucs2_monitor (struct afb_req request); - +PUBLIC void ucs2_writei2c (struct afb_req request); #endif /* UCS2BINDING_H */ |