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
MSP VTX device (#2007)
[ExpressLRS.git]
/
src
/
lib
/
VTXSPI
/
devVTXSPI.h
blob
76b81dcbb27009a012c195b3a411c58f067f1a1e
1
#pragma once
2
3
#include
"device.h"
4
5
extern
device_t VTxSPI_device
;
6
7
extern
uint16_t
vtxSPIFrequency
;
8
extern
uint8_t
vtxSPIPowerIdx
;
9
extern
uint8_t
vtxSPIPitmode
;
10
11
void
VTxOutputMinimum
();
12
void
disableVTxSpi
();