Library for digital light sensor BH1750 (GY-30). SPI Test Comunication with ArduinoMega

Files at this revision

API Documentation at this revision

Comitter:
junmorenodi
Date:
Sat Jul 13 19:16:20 2019 +0000
Parent:
0:58ee8a917618
Commit message:
Transmision datos

Changed in this revision

BH1750.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/BH1750.cpp	Mon Aug 18 18:01:09 2014 +0000
+++ b/BH1750.cpp	Sat Jul 13 19:16:20 2019 +0000
@@ -1,18 +1,4 @@
-/*
 
-This is a library for the BH1750FVI (GY-30) Digital Light Sensor
-breakout board.
-
-The board uses I2C for communication. 2 pins are required to
-interface to the device and in most cases also pull up resistors.
-
-Datasheet:
-http://rohmfs.rohm.com/en/products/databook/datasheet/ic/sensor/light/bh1750fvi-e.pdf
-
-Inspired by Christopher Laws, March, 2013.
-Written by Michal Stehlik, August, 2014.
-
-*/
 
 #include "BH1750.h"