altos: Copy cc1120 driver to cc1200 driver and hack a bit
authorKeith Packard <keithp@keithp.com>
Sun, 5 Oct 2014 07:03:28 +0000 (00:03 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 5 Oct 2014 07:03:28 +0000 (00:03 -0700)
commit27a467d802a80a33ea20eb5cda2558d03caa2c00
treee4b0075e110c46760552a1f6b220afb8cf99d7fd
parent62628c8b429d06ee834f0b6511c430cbeaab9303
altos: Copy cc1120 driver to cc1200 driver and hack a bit

The cc1200 is similar to the cc1120, although many registers have
changed.

This driver can send a bare carrier and an RDF tone, but does not yet
receive or transmit telemetry data.

Signed-off-by: Keith Packard <keithp@keithp.com>
src/drivers/ao_cc1200.c [new file with mode: 0644]
src/drivers/ao_cc1200.h [new file with mode: 0644]
src/drivers/ao_cc1200_CC1200.h [new file with mode: 0644]