Contains the BSP driver for the B-L475E-IOT01 board.

Dependents:   mbed-os-example-ble-Thermometer DISCO_L475VG_IOT01-Telegram-BOT DISCO_L475VG_IOT01-sche_cheveux DISCO_L475VG_IOT01-QSPI_FLASH_FILE_SYSTEM ... more

https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/

Revision:
2:87208512ab66
Parent:
1:138e8076f348
Child:
6:9dfa42666f03
--- a/Drivers/BSP/Components/Common/magneto.h	Tue Jan 31 09:31:29 2017 +0100
+++ b/Drivers/BSP/Components/Common/magneto.h	Fri Apr 14 11:03:32 2017 +0200
@@ -2,13 +2,13 @@
   ******************************************************************************
   * @file    magneto.h
   * @author  MCD Application Team
-  * @version V4.0.1
-  * @date    21-July-2015
+  * @version V5.0.0
+  * @date    01-March-2017
   * @brief   This header file contains the functions prototypes for the MAGNETO driver.
   ******************************************************************************
   * @attention
   *
-  * <h2><center>&copy; COPYRIGHT(c) 2015 STMicroelectronics</center></h2>
+  * <h2><center>&copy; COPYRIGHT(c) 2017 STMicroelectronics</center></h2>
   *
   * Redistribution and use in source and binary forms, with or without modification,
   * are permitted provided that the following conditions are met:
@@ -86,7 +86,7 @@
   void      (*DeInit)(void); 
   uint8_t   (*ReadID)(void);
   void      (*Reset)(void);
-  void      (*LowPower)(void);
+  void      (*LowPower)(uint16_t);
   void      (*ConfigIT)(void);
   void      (*EnableIT)(uint8_t);
   void      (*DisableIT)(uint8_t);