The code is developed for the hardware NUCLEO-L432KC or any other board with SPI communication and the Digilent Pmod ALS1 ambient light sensor module. The purpose is to make students to understand the development process. They need to study the original analog to digital converter documentation to understand how the converter 16 bit output is converted to an illuminance value.
Diff: README.md
- Revision:
- 0:f8565ce9a7ca
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Sep 14 11:33:44 2021 +0000 @@ -0,0 +1,7 @@ +The code is developed for the hardware NUCLEO-L432KC or any other board +with SPI communication and the Digilent Pmod ALS1 ambient light sensor module. +The purpose is to make students to understand the development process. +They need to study the original analog to digital converter documentation to +understand how the converter 16 bit output is converted to an illuminance value. + +The software is provided under Apache-2.0 license. \ No newline at end of file