unleashed-firmware/applications/external/lightmeter/lightmeter_helper.h

12 lines
176 B
C
Raw Normal View History

#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);