reintroduce adc2uv used in boardver_adc.c and mode_cardemu.c

Change-Id: I52e3919adfd1d888eb130b5ec9298315c4e507c9
This commit is contained in:
Kévin Redon
2018-07-01 17:12:14 +02:00
parent 4635c71c06
commit cb700ef087
3 changed files with 9 additions and 7 deletions

View File

@@ -1,3 +1,4 @@
#pragma once
uint32_t adc2uv(uint16_t adc);
int get_board_version_adc(void);