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
Revision 76:3d185fef70f3, committed 2017-09-25
- 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 |
diff -r 8dc65c09af67 -r 3d185fef70f3 stm-spirit1-rf-driver/SimpleSpirit1.h --- 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"