From a82aeae4f2197354da3483c552ebfa570fd577b8 Mon Sep 17 00:00:00 2001 From: claws Date: Sat, 18 Apr 2020 09:47:02 +0930 Subject: [PATCH] Update README Update README to more clearly reference advanced examples to help address user issues such as that raised in #64. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b58d867..7c9c0e8 100644 --- a/README.md +++ b/README.md @@ -156,4 +156,8 @@ Light: 333.0 lx Light: 335.0 lx Light: 332.0 lx ``` -There are more examples in the examples directory. + +## More Examples + +The ``examples`` directory contains more advanced use cases such as using different modes, I2C addresses and multiple Wire instances. +