LoRa Access Point 1.5.2018

Dependencies:   mbed ds3231 SX1276Lib_LoRa_Access_Point

Committer:
lukas_formanek
Date:
Sat May 08 16:23:46 2021 +0000
Revision:
11:376bfcdda0d4
Parent:
10:e62222c46ee9
LoRa_Access_Point

Who changed what in which revision?

UserRevisionLine numberNew contents of line
lukas_formanek 1:7543af31b91f 1 #include "Board.h"
lukas_formanek 1:7543af31b91f 2
lukas_formanek 10:e62222c46ee9 3 Serial pc(PC_TX, PC_RX, BAUDRATE);
lukas_formanek 10:e62222c46ee9 4 //rtc object
lukas_formanek 10:e62222c46ee9 5 //DS3231 rtc(PB_9, PB_8);
lukas_formanek 10:e62222c46ee9 6 char actual_time [30];
lukas_formanek 10:e62222c46ee9 7 // time_t epoch_time;