repo.or.cz
/
ExpressLRS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Double MSP (TLM and MAVLink) throughput for Gemini hardware (#3037)
[ExpressLRS.git]
/
src
/
lib
/
AnalogVbat
/
devAnalogVbat.h
blob
d0afebaa49064abca4181119f8b2a083cbc42ed3
1
#pragma once
2
3
#include
"common.h"
4
#include
"device.h"
5
6
void
Vbat_enableSlowUpdate
(
bool
enable
);
7
8
extern
device_t AnalogVbat_device
;