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

Revision:
1:1a0ca36b6230
Parent:
0:58ee8a917618
diff -r 58ee8a917618 -r 1a0ca36b6230 BH1750.cpp
--- 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"