Go to file
mamborambo 5f716d7823 Fix warnings
gpio.cpp:119:39: warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
mailbox.c:66:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast]
2018-11-22 00:00:00 +00:00
app Move to PLLC because PLLA used by openvg 2018-10-03 14:05:01 +00:00
src Fix warnings 2018-11-22 00:00:00 +00:00
LICENCE.txt First librpitx commit after separate from rpitx project 2018-03-16 14:03:06 +00:00
README.md Readme 2018-03-18 14:41:34 +01:00

librpitx Radio frequency transmitter library for Raspberry Pi (B, B+, PI2, PI3 and PI zero)

It is now the base of rpitx project, separate from application

_Copyright (c) Evariste Courjaud F5OEO. Code is GPL_V3

Installation

git clone https://github.com/F5OEO/librpitx
cd librpitx/src
make