inguardians / rpi-kt0803k

Configure the KT0803 and KT0803K FM radios over i2c on the Raspberry Pi.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rpi-kt0803k

Configure the KT0803 and KT0803K FM radios over i2c on the Raspberry Pi.

Build and Install

Before building, you will need to install wiringpi

sudo apt-get update && sudo apt-get install wiringpi

Then run make:

make
sudo make install

You should now be able to run the rpi-kt0803k command.

Usage

See the internal help page for usage information:

rpi-kt0803k --help

About

Configure the KT0803 and KT0803K FM radios over i2c on the Raspberry Pi.

License:Other


Languages

Language:C 99.1%Language:Makefile 0.9%