STM32F3xx_Nucleo_32 BSP User Manual
|
Functions | |
HAL_StatusTypeDef | BSP_DIGIT4_SEG7_Init (void) |
BSP 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:
-
Value A 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 427 of file stm32f3xx_nucleo_32.c.
References I2C1_WriteBuffer().
HAL_StatusTypeDef BSP_DIGIT4_SEG7_Init | ( | void | ) |
BSP of the 4 digits 7 Segment Display shield for Arduino Nano - Gravitech.
init
- Return values:
-
HAL_StatusTypeDef
Definition at line 409 of file stm32f3xx_nucleo_32.c.
References I2C1_Init(), and I2C1_WriteBuffer().
Generated on Wed May 31 2017 11:09:08 for STM32F3xx_Nucleo_32 BSP User Manual by
