From f576ef27ceefe9678457a825392346e888ca7bc0 Mon Sep 17 00:00:00 2001 From: Harald Pichler Date: Wed, 2 Aug 2017 10:26:54 +0200 Subject: [PATCH] update redme --- examples/osd/arduino-bh1750/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/examples/osd/arduino-bh1750/README.md b/examples/osd/arduino-bh1750/README.md index e1490ed05..ef9f9ea2c 100644 --- a/examples/osd/arduino-bh1750/README.md +++ b/examples/osd/arduino-bh1750/README.md @@ -1,3 +1,22 @@ +BH1750 Digital Light Sensor +=========================== + +Simple demo to read out sensors from the BH1750 sensor. + +Demo uses the BH1750FVI Arduino library. +This library interfaces with the BH1750FVI ambient light sensor. + +Build +----- +make clean TARGET=osd-merkur-256 flash + +Bebug Serial Line +----------------- + +screen /dev/ttyUSB0 38400 + + + Arduino compatibility example ============================= @@ -9,3 +28,4 @@ a `main` function (in C). For contiki we define a process that does the same. See the documentation file in apps/contiki-compat/README.md +