From 05e055b854e46a7bbd60b4c249ff267a000b9258 Mon Sep 17 00:00:00 2001 From: Tobias Jahnke Date: Mon, 31 Jul 2017 11:46:47 +0200 Subject: adds experimental i2cwrite command --- ucs2-afb/ucs_binding.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ucs2-afb/ucs_binding.h') 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 */ -- cgit 1.2.3-korg