From 43d1ec2453140ca132e676eff2000bbebc4eb6ee Mon Sep 17 00:00:00 2001 From: gshau Date: Sat, 19 Jan 2019 14:56:30 -0600 Subject: [PATCH] updated docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b46a445..1125fae 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This is an application of the TSL 2591 sensor to measuring sky brightness for as - Noise estimates given assuming signal counts follow a Poisson process ## Examples - - Emulator for [SQM-LE](example/SQM-LE.cpp) network connected device compatible with ESP8266 devices - - Emulator for [SQM-LU](example/SQM-LU.cpp) usb connected device compatible with most Arduino devices + - Emulator for [SQM-LE](example/SQM_LE.cpp) network connected device compatible with ESP8266 devices + - Emulator for [SQM-LU](example/SQM_LU.cpp) usb connected device compatible with most Arduino devices - Simple [example code](example/SQM_TSL2591_example.cpp) for Arduino devices