mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-27 23:10:22 +00:00
22 lines
415 B
Markdown
22 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).
|