2017-03-04 12:05:51 -05:00
|
|
|
#ifndef BLUETOOTH_CONF_H__
|
|
|
|
#define BLUETOOTH_CONF_H__
|
2016-12-13 14:27:26 -05:00
|
|
|
|
|
|
|
#define MICROPY_PY_BLE (1)
|
2017-02-07 18:05:37 -05:00
|
|
|
#define MICROPY_PY_BLE_NUS (0)
|
2017-04-04 16:31:17 -04:00
|
|
|
#define BLUETOOTH_WEBBLUETOOTH_REPL (0)
|
2017-02-07 18:05:37 -05:00
|
|
|
#define MICROPY_PY_UBLUEPY (1)
|
2017-02-08 12:45:49 -05:00
|
|
|
#define MICROPY_PY_UBLUEPY_PERIPHERAL (1)
|
2017-05-25 16:19:12 -04:00
|
|
|
#define MICROPY_PY_UBLUEPY_CENTRAL (1)
|
2016-12-13 14:27:26 -05:00
|
|
|
|
|
|
|
#endif
|