Flipper/Applications/Official/DEV_FW/source/grnch/lightmeter/lightmeter_helper.h

12 lines
176 B
C
Raw Normal View History

2022-12-29 06:30:12 +00:00
#pragma once
#include <math.h>
float lux2ev(float lux);
float getMinDistance(float x, float v1, float v2);
float normalizeAperture(float a);
float normalizeTime(float a);