2019-2020 Multisensor project using the X_NUCLEO_IKS01A3 sensor platform

Dependencies:   X_NUCLEO_IKS01A3

Files at this revision

API Documentation at this revision

Comitter:
martlefebvre94
Date:
Tue Nov 26 11:45:01 2019 +0000
Parent:
18:17f5509ac69b
Commit message:
Code cleaned

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 17f5509ac69b -r 35f7b17d4bb5 main.cpp
--- a/main.cpp	Tue Nov 26 11:33:10 2019 +0000
+++ b/main.cpp	Tue Nov 26 11:45:01 2019 +0000
@@ -380,9 +380,6 @@
     
     uint32_t Flash_addr = FLASH_BANK2_BASE;
     
-    // Start ADC
-    //HAL_ADC_Start_IT(&hadc);
-    
     while (Flash_addr <= FLASH_BANK2_END-DATA_SIZE+1) {
         // Read sensors data
         magnetometer->get_m_axes(m_axes);