The program demonstrates how to implement SPI on RedBearLab nRF51822 platform

Dependencies:   mbed

The program demonstrates how to implement SPI on RedBearLab nRF51822 platform.

Revision:
1:a7087bcd5c28
Parent:
0:281fa0c39c15
--- a/spi_master.h	Wed Oct 22 05:12:07 2014 +0000
+++ b/spi_master.h	Thu Jan 07 02:56:30 2016 +0000
@@ -17,8 +17,8 @@
 
 */
 
-#ifndef _SPI_H_
-#define _SPI_H_
+#ifndef _SPI_MASTER_H_
+#define _SPI_MASTER_H_
 
 #include "mbed.h"