You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
CubeSatSim/chat/ax5043/ax5043rx_p.h

17 lines
460 B

/*! \file ax5043rx_p.h
\brief Provides an interface to receive packets using the digital transceiver.
*/
#ifndef AX5043RX_P_H_
#define AX5043RX_P_H_
#include <stdint.h>
/*! \fn uint8_t receive_packet(void)
\brief Receive a packet from the digital transceiver receive buffer.
\return AXRADIO_ERROR_NOERROR on success, otherwise a value indicating an error.
\sa AXRADIO_ERR_NOERROR
*/
uint8_t receive_packet(void);
#endif /* AX5043RX_P_H_ */

Powered by TurnKey Linux.