mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
21 lines
415 B
Markdown
21 lines
415 B
Markdown
# flipperzero-lightmeter
|
|
|
|
[Original link](https://github.com/oleksiikutuzov/flipperzero-lightmeter)
|
|
|
|
|
|
<img src="images/framed_gui_main.png" width="500px">
|
|
|
|
## Wiring
|
|
|
|
```
|
|
VCC -> 3.3V
|
|
GND -> GND
|
|
SCL -> C0
|
|
SDA -> C1
|
|
```
|
|
|
|
## TODO
|
|
- [ ] Save settings to sd card
|
|
|
|
## References
|
|
App inspired by [lightmeter](https://github.com/vpominchuk/lightmeter) project for Arduino by [vpominchuk](https://github.com/vpominchuk).
|