From 669fd317b6a1c33ae1e389c35c1a1a75d7922ab8 Mon Sep 17 00:00:00 2001 From: Stefan Andritoiu Date: Tue, 15 Dec 2015 18:46:20 +0200 Subject: [PATCH] README: added reference to "Creating Java Bindings Guide" Signed-off-by: Stefan Andritoiu Signed-off-by: Mihai Tudor Panu --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e860b875..e7ccd029 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ Porting [link](docs/porting.md) has more information on making new UPM modules. There is also an example available for max31855 [sensor](docs/max31855.md). +Guide on creating Java [bindings](docs/creating_java_bindings.md). + ### Naming conventions and rules for new UPM contributions Before you begin development, take a look at our naming [conventions](docs/naming.md).