Smartage application

Dependencies:   BufferedSerial SX1276GenericLib USBDeviceHT mbed Crypto X_NUCLEO_IKS01A2

Fork of STM32L0_LoRa by Helmut Tschemernjak

Revision:
32:c22ce5fdacbf
Parent:
29:04e1489f8fe2
--- a/main.cpp	Mon Sep 17 20:42:51 2018 +0000
+++ b/main.cpp	Mon Sep 17 21:05:23 2018 +0000
@@ -12,11 +12,7 @@
 HTS221Sensor *hum_temp = mems_expansion_board->ht_sensor;
 LSM6DSLSensor *acc_gyro = mems_expansion_board->acc_gyro;
 
-int main() {
-#ifdef HELTEC_STM32L4
-    DigitalOut vext(POWER_VEXT);
-    vext = POWER_VEXT_ON;
-#endif    
+int main() { 
     /*
      * inits the Serial or USBSerial when available (230400 baud).
      * If the serial uart is not is not connected it swiches to USB Serial