MR16/sx1281-driver-c/sx1281_header.h
2025-11-27 20:43:32 +08:00

22 lines
454 B
C

#ifndef __SX1281_HEADER_H__
#define __SX1281_HEADER_H__
#include "stdio.h"
#include <stdint.h>
#include <stdbool.h>
#include "stm32f1xx_hal.h"
#include "stm32f1xx_it.h"
#include "sx1281_boards.h"
#include "sx1281_driver_gpio.h"
#include "sx1281_driver_spi.h"
#include "sx1281_driver_uart.h"
/* Exported macro ----------------------------------------------------------- */
void SX1281_BSPInit( void );
void HwSetLowPower( void );
#endif // __HW_H__