STM32L4xx_Nucleo_32 BSP User Manual: Exported Functions

STM32L4xx Nucleo 32 BSP Drivers

STM32L4xx_Nucleo_32 BSP User Manual
Exported Functions

Functions

HAL_StatusTypeDef BSP_DIGIT4_SEG7_Init (void)
 BSP init of the 4 digits 7 Segment Display shield for Arduino Nano - Gravitech.
HAL_StatusTypeDef BSP_DIGIT4_SEG7_Display (uint32_t Value)
 BSP of the 4 digits 7 Segment Display shield for Arduino Nano - Gravitech.

Function Documentation

HAL_StatusTypeDef BSP_DIGIT4_SEG7_Display ( uint32_t  Value)

BSP of the 4 digits 7 Segment Display shield for Arduino Nano - Gravitech.

Display the value if value belong to [0-9999]

Parameters:
ValueA number between 0 and 9999 will be displayed on the screen. DIGIT4_SEG7_RESET will reset the screen (any value above 9999 will reset the screen also)
Return values:
HAL_StatusTypeDef

Definition at line 420 of file stm32l4xx_nucleo_32.c.

References I2C1_WriteBuffer().

HAL_StatusTypeDef BSP_DIGIT4_SEG7_Init ( void  )

BSP init of the 4 digits 7 Segment Display shield for Arduino Nano - Gravitech.

Return values:
HAL_StatusTypeDef

Definition at line 402 of file stm32l4xx_nucleo_32.c.

References I2C1_Init(), and I2C1_WriteBuffer().

Generated on Tue Feb 23 2016 16:08:48 for STM32L4xx_Nucleo_32 BSP User Manual by   doxygen 1.7.6.1