Update LightMeter

This commit is contained in:
MX
2023-07-22 20:30:21 +03:00
parent 0d84dceaae
commit 5c5e68a5ce
13 changed files with 402 additions and 24 deletions

View File

@@ -0,0 +1,17 @@
## Lightmeter app for photography
An application that suggests settings for your manual camera based on the reading of the ambient light sensor. Can also be used in a pure lux meter mode.
## Supported sensors
- BH1750
- MAX44009
## Wiring
| Sensor | Flipper Zero |
| ------ | ------------ |
| VCC | 3.3V |
| GND | GND |
| SCL | C0 |
| SDA | C1 |