⚲
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
CHIRP
All Projects
CHIRP
Home
Download
Documentation
Activity
Issues
Repository
Download (887 Bytes)
New Model #1443
ยป tm281.py
testing module to support TM-281 -
Filippi Marco
, 02/18/2014 04:26 AM
#
# Copyright 2014 Filippi Marco <iz3gme.marco@gmail.com>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
"""
Kenwood TM-281 management module
"""
from
chirp
import
kenwood_live
,
directory
@directory.register
class
TM281Radio
(
kenwood_live
.
TM271Radio
):
"""
Kenwood TM-281
"""
MODEL
=
"
TM-281
"
(1-1/1)
Loading...