Added BLE support for USB-USB converter. (#1824)

* Added BLE support to USB-USB converter

* Added readme

* Removed images and Makefile
This commit is contained in:
Benjamin Dengler
2017-10-16 03:04:03 +02:00
committed by Jack Humbert
parent aa660c1eb7
commit ba4b3d9d72
5 changed files with 127 additions and 0 deletions

View File

@ -8,6 +8,9 @@
#include <stdint.h>
#include <string.h>
#include "config_common.h"
#include "progmem.h"
#ifdef __cplusplus
extern "C" {
#endif