LoRa_Node_STM32F103C8T6

Dependencies:   mbed mbed-STM32F103C8T6 OneWireCRC_LoRa_Node SX1276Lib_LoRa_Node

main.cpp

Committer:
lukas_formanek
Date:
2018-04-22
Revision:
1:a54ff5e2c2f3
Parent:
0:cc04364f049a
Child:
3:369546c57dc7

File content as of revision 1:a54ff5e2c2f3:

#include "mbed.h"
#include "Thermometer.h"

Thermometer thermometer(true, true, false, THERM_PIN);

int main() {
    thermometer.Init();
    rfm.Init();
    thermometer.Meassure();
    thermometer.StartPeriodicMeassure(15.0);
    while(1) {

    }
}