Driver for Vishay VEML6070 UV-A Sensor

Dependents:   FTHR_SensorHub

Revision:
2:14568f6891b3
Parent:
0:820bf4c174e1
--- a/VEML6070.h	Mon Jun 19 22:38:55 2017 +0000
+++ b/VEML6070.h	Wed Jun 21 01:05:57 2017 +0000
@@ -9,8 +9,10 @@
   interface
 
   The VEML6070 is capable of alerting when UV levels rise past a pre-set level.
-  It uses a "ACK" pin, and the SMBus Alert Response Address must be read to clear the alert.
-  If alert is turned on, you must clear the alert bit before you read/write the sensor.
+  It uses a "ACK" pin, and the SMBus Alert Response Address must be read to 
+  clear the alert.
+  If alert is turned on, you must clear the alert bit before you read/write the
+  sensor.
 
   06/09/2017 - Initial mbed driver by Scott Roberts
  ****************************************************/