voltage: enable voltage reading again
This commit is contained in:
parent
49c55eae0e
commit
6b59593b2a
|
@ -6,7 +6,6 @@ uint32_t results=5000;
|
|||
|
||||
void VoltageCheck(void){
|
||||
|
||||
return;
|
||||
results = adcRead(1);
|
||||
results *= 10560;
|
||||
results /= 1024;
|
||||
|
|
Loading…
Reference in New Issue