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:
Wolfgang Betz
Date:
Wed Feb 22 09:55:13 2017 +0100
Parent:
50:7f70089ba05f
Child:
52:053dbc4b570f
Commit message:
Comment out `DEBUG_IRQ`

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	Tue Feb 14 13:41:25 2017 +0100
+++ b/stm-spirit1-rf-driver/SimpleSpirit1.h	Wed Feb 22 09:55:13 2017 +0100
@@ -17,7 +17,7 @@
 
 
 // betzw: enable beyond macro if you want debug messages also from IRQ handler
-#define DEBUG_IRQ
+// #define DEBUG_IRQ
 
 
 /*** Macros from Cube Implementation ***/