/* hrf69_test.c D.J.Whale 03/04/2016 * * A simple exerciser for the HopeRF RFM69 radio */ /***** INCLUDES *****/ //#include <stdio.h> //#include <stdlib.h> //#include "gpio.h" //#include "spi.h" /***** CONSTANTS *****/ int main(int argc, char **argv) { //TODO return 0; } /***** END OF FILE *****/