LoRa_Node_STM32F103C8T6

Dependencies:   mbed mbed-STM32F103C8T6 OneWireCRC_LoRa_Node SX1276Lib_LoRa_Node

Revision:
6:531b8dccca06
Parent:
5:6e899f5db65e
Child:
9:bc6233d6a997
--- a/Board.h	Mon Apr 30 17:10:02 2018 +0000
+++ b/Board.h	Mon Apr 30 22:41:57 2018 +0000
@@ -11,7 +11,7 @@
 #define LED_PIN             PC_13
 
 #define THERM_PIN           PB_10
-#define NOISE_PIN           PB_0            // inicializacia random - read analog value
+#define NOISE_PIN           PB_0     // inicializacia random - read analog value
 
 #define PC_TX       PA_2
 #define PC_RX       PA_3
@@ -29,7 +29,7 @@
 #define RFM_DIO5    PB_9
 
 
- 
+
 extern Serial PC;
 
 #endif
\ No newline at end of file