Skip to content

Commit c68c6e6

Browse files
committed
added comment to ReadALS example
1 parent 5364d61 commit c68c6e6

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/ReadALS/ReadALS.ino

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
/*
2+
Arduino LTR381RGB - Read Aambient ligth sensor
3+
4+
This example reads the raw lux values from the LTR381RGB
5+
sensor and continuously prints them to the Serial Monitor
6+
or Serial Plotter.
7+
8+
The circuit:
9+
- Arduino Uno WiFi R4
10+
- Modulino light sensor
11+
12+
This example code is in the public domain.
13+
*/
14+
115
#include "Arduino_LTR381RGB.h"
216

317
void setup() {

0 commit comments

Comments
 (0)