lightmeter_helper.h 254 B

1234567891011121314
  1. #pragma once
  2. #include <math.h>
  3. #include <stdint.h>
  4. #include "lightmeter_config.h"
  5. float lux2ev(float lux, LightMeterISONumbers iso);
  6. float getMinDistance(float x, float v1, float v2);
  7. float normalizeAperture(float a);
  8. float normalizeTime(float a);