projet_voilier/keil_project/Services/RFOutput.h
Jasper Güldenstein a7af1cad1e rf_output renaming
2020-11-15 14:56:09 +01:00

16 lines
365 B
C

#ifndef RECEPTEURHF_INPUT_H
#define RECEPTEURHF_INPUT_H
//codé par Léonie GALLOIS et Morgane FOUSSATS
#include "stm32f1xx_ll_bus.h"
#include "stm32f1xx_ll_usart.h"
#include "stm32f1xx_ll_gpio.h"
void RF_OUTPUT_Init(void);
void RF_OUTPUT_SendBytes(char* buf, int len);
void RF_OUTPUT_SendMessage(int rouli_bon, int alimentation_bon, float angle_voile);
#endif