This is a project for a class at the Hogeschool Utrecht, Technische-Informatica.
This project includes a libary for the BH1750 lightintensity sensor and an test application showing that the libary works.
This project also contains a lightmeter application which uses the hwlib and my BH1750 library. It also includes a library for a camera lightmeter application. This library uses the BH1750 library and calculates the ISO, Aperature and Shutterspeed for a correctly exposed image.
If you wish to build the full lightmeter application follow this schematic made with Frizting
If the schematic is build correctly you can run the test_app.cpp as an example.
Generate documentation with the following command:
doxygen BH1750/Doxyfile
And for the camera application:
doxygen Lightmeter/Doxyfile
Copyright Milo Beliën 2020 - 2021.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at https://www.boost.org/LICENSE_1_0.txt)

