osd-contiki/cpu/pico-rv32/dev/spi.c
Ralf Schlatterbeck cb1e085ebf First implementation of cc2520 radio
Can write and read memory of radio chip. No communication with
merkur-board so far.
2016-05-08 21:20:58 +02:00

3 lines
40 B
C

#include "spi.h"
uint8_t spi_rxbuf = 0;