Newer
Older
pyenergenie / src / energenie / drv / hrf69_test.c
@David Whale David Whale on 3 Apr 2016 315 bytes Moved all C into a drv folder.
/* 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 *****/