From b15ab84f61d5ebc32db40ed34fc9147d9352c447 Mon Sep 17 00:00:00 2001 From: Stefan Andritoiu Date: Mon, 9 May 2016 18:57:29 +0300 Subject: [PATCH] README.md: Added java bindings to README Signed-off-by: Stefan Andritoiu Signed-off-by: Brendan Le Foll --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 24c343f..2b62bf1 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ libmraa - Low Level Skeleton Library for Communication on GNU/Linux platforms ============== -Libmraa is a C/C++ library with bindings to javascript & python to interface -with the IO on Galileo, Edison & other platforms, with a structured and sane -API where port names/numbering matches the board that you are on. Use of -libmraa does not tie you to specific hardware with board detection done at +Libmraa is a C/C++ library with bindings to Java, Python and JavaScript to +interface with the IO on Galileo, Edison & other platforms, with a structured +and sane API where port names/numbering matches the board that you are on. Use +of libmraa does not tie you to specific hardware with board detection done at runtime you can create portable code that will work across the supported platforms.