| | |
| | | */ |
| | | void board_5V_input_init(GPIO_IRQ_HANDLER_T irq_handler); |
| | | /** |
| | | * @brief Configure button GPIO. |
| | | * @param[in] irq_handler accelerate input interrupt process handler |
| | | * |
| | | */ |
| | | void board_acceleration_detection_init(GPIO_IRQ_HANDLER_T irq_handler); |
| | | /** |
| | | * @brief Configure LED GPIO. |
| | | * |
| | | */ |
| | |
| | | * |
| | | */ |
| | | void board_restore_from_power_down(void); |
| | | |
| | | /** |
| | | * @brief Change uart1 gps to debug. |
| | | * |
| | | */ |
| | | void uart1_change_from_gps_to_debug(void); |
| | | /** |
| | | * @brief Change uart1 debug to gps. |
| | | * |
| | | */ |
| | | void uart1_change_from_debug_to_gps(void); |
| | | #if defined(__cplusplus) |
| | | } |
| | | #endif |