Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: X_NUCLEO_IKS01A3
Revision 19:35f7b17d4bb5, committed 2019-11-26
- 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 |
--- 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);