[Hamlib-developer] [PATCH] GPIO PTT support
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: Jeroen V. <je...@vr...> - 2016-05-31 07:59:27
|
Hi, I made some small changes to hamlib to add a new PTT type: GPIO It can use generic gpio devices on devices like the raspberry pi. For example to use GPIO42 for PTT control use: rigctl -p 42 -P GPIO It also add the GPION type for inverted ports. You can pull/fetch the code from: http://video.vreeken.net/~pe1rxq/hamlib-code.git/ Regards, Jeroen |