14 lines
No EOL
278 B
C
14 lines
No EOL
278 B
C
#ifndef RECEPTEURHF_INPUT_H
|
|
#define RECEPTEURHF_INPUT_H
|
|
|
|
|
|
#include "stm32f1xx_ll_bus.h"
|
|
#include "stm32f1xx_ll_usart.h"
|
|
#include "stm32f1xx_ll_gpio.h"
|
|
|
|
void emetteur_rf_init(USART_TypeDef * uart_port);
|
|
void rec_send_bytes(USART_TypeDef * uart_port,char* buf, int len);
|
|
|
|
|
|
|
|
#endif |