Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed ds3231 SX1276Lib_LoRa_Access_Point
Diff: Board.h
- Revision:
- 11:376bfcdda0d4
- Parent:
- 10:e62222c46ee9
--- a/Board.h Thu Mar 28 09:55:48 2019 +0000 +++ b/Board.h Sat May 08 16:23:46 2021 +0000 @@ -5,7 +5,7 @@ #include "DS3231.h" #define BAUDRATE 115200 -#define LED_BLIK_PERIOD 0.10 +#define LED_BLIK_PERIOD 0.05 #define LED_PIN PB_0 // PB_0 - SMD lED on PCB #define NOISE_PIN PB_1 @@ -37,6 +37,9 @@ #define SD_SCK PC_10 #define SD_CS PC_9 +#define RTC_SDA PB_9 +#define RTC_SCL PB_8 + extern Serial pc; //extern DS3231 rtc; // extern time_t epoch_time;