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.h

16 lines
209 B

/*
* ax5043rx.h
*
* Created on: Feb 23, 2018
* Author: Jonathan Brandenburg
*/
#ifndef AX5043RX_H_
#define AX5043RX_H_
#include <stdint.h>
uint8_t receive_packet(void);
#endif /* AX5043RX_H_ */

Powered by TurnKey Linux.