Files
templates/c/rs485-boot/ports/stm32g474vet/rs485_boot_stm32g474vet.h

9 lines
271 B
C

#ifndef RS485_BOOT_STM32G474VET_H
#define RS485_BOOT_STM32G474VET_H
#include "rs485_boot.h"
void rs485_boot_hw_init(void);
bool rs485_boot_hw_get_byte(uint8_t *byte);
rs485_boot_config_t rs485_boot_hw_config(void);
rs485_boot_port_t rs485_boot_hw_make_port(void);
#endif