UNPKG
@springfield/radio-module-baofeng
Version:
latest (1.3.4)
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
Radio module for Baofeng UV-5R series ham radios
@springfield/radio-module-baofeng
/
dist
/
shared
/
codecs
/
baofeng-dcs-tones.d.ts
5 lines
(4 loc)
•
192 B
TypeScript
View Raw
1
2
3
4
5
import
{
DCS
}
from
'@springfield/ham-radio-api'
;
export
declare
const
dcsValues
:
DCS
[];
export
declare
const
dcsByValue
:
Map
<
number
,
DCS
>;
export
declare
const
valuesByDcs
:
Map
<
DCS
,
number
>;