drivers/sensors/h1750fvi.c: Add a character driver for Rohm Ambient Light Sensor BH1750FVI.

This commit is contained in:
Alan Carvalho de Assis
2016-04-15 08:16:16 -06:00
committed by Gregory Nutt
parent 1f8212679c
commit 7f5339ee5a
6 changed files with 595 additions and 3 deletions
-2
View File
@@ -100,5 +100,3 @@ void lib_meminstream(FAR struct lib_meminstream_s *instream,
instream->buffer = bufstart; /* Start of buffer */
instream->buflen = buflen; /* Length of the buffer */
}