mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
10 lines
267 B
C
10 lines
267 B
C
#include <stdbool.h>
|
|
#include "jspin.h"
|
|
|
|
// public static methods.
|
|
void jswrap_nrf_bluetooth_init(void);
|
|
void jswrap_nrf_bluetooth_send_string(Pin* string_to_send, int length);
|
|
|
|
void jswrap_nrf_bluetooth_enable_com(void);
|
|
void jswrap_nrf_bluetooth_disable_com(void);
|