Prototype RF driver for STM Sub-1 GHz RF expansion board based on the SPSGRF-868 module for STM32 Nucleo.

Dependents:   DISCO_IOT-wifi_client

Fork of stm-spirit1-rf-driver by ST

Files at this revision

API Documentation at this revision

Comitter:
apate131
Date:
Mon Sep 25 16:12:39 2017 +0000
Parent:
75:8dc65c09af67
Commit message:
anbsdas

Changed in this revision

stm-spirit1-rf-driver/SimpleSpirit1.h Show annotated file Show diff for this revision Revisions of this file
--- a/stm-spirit1-rf-driver/SimpleSpirit1.h	Fri Sep 01 08:51:04 2017 +0200
+++ b/stm-spirit1-rf-driver/SimpleSpirit1.h	Mon Sep 25 16:12:39 2017 +0000
@@ -3,6 +3,8 @@
 #include "mbed_debug.h"
 
 
+#define SPIRIT1_SPI_MOSI = PB_5
+
 /*** Cube Includes ***/
 #include "SPIRIT_Radio.h"
 #include "SPIRIT_Management.h"