mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
Add files via upload
This commit is contained in:
parent
be13e475e4
commit
0f66b9dad4
1 changed files with 16 additions and 0 deletions
16
fec.py
Normal file
16
fec.py
Normal file
|
@ -0,0 +1,16 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
import static
|
||||
import modem
|
||||
#modem = modem.RF()
|
||||
import helpers
|
||||
|
||||
|
||||
|
||||
def transmit_cq():
|
||||
cq_frame = b'CQCQCQ'
|
||||
modem.RF.transmit_signalling(cq_frame)
|
||||
pass
|
||||
|
||||
|
Loading…
Reference in a new issue