Smartage application

Dependencies:   BufferedSerial SX1276GenericLib USBDeviceHT mbed Crypto X_NUCLEO_IKS01A2

Fork of STM32L0_LoRa by Helmut Tschemernjak

Files at this revision

API Documentation at this revision

Comitter:
marcozecchini
Date:
Mon Sep 17 21:05:23 2018 +0000
Parent:
31:6bf5a868695f
Child:
33:4aacefcb2b48
Commit message:
Bug fixed 4

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- 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