The nRF24L01+ wireless dongle firmware
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.
gex-nrf-dongle/Inc/gex_gateway.h

14 lines
227 B

6 years ago
//
// Created by MightyPork on 2018/03/31.
//
#ifndef GEX_NRF_GEX_GATEWAY_H
#define GEX_NRF_GEX_GATEWAY_H
#include "main.h"
void gw_handle_usb_out(uint8_t *buffer);
6 years ago
void gw_setup_radio(void);
6 years ago
#endif //GEX_NRF_GEX_GATEWAY_H