We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb7805 commit 2d7ba28Copy full SHA for 2d7ba28
libs/bluetooth/jswrap_bluetooth.h
@@ -1,3 +1,16 @@
1
+/*
2
+ * This file is part of Espruino, a JavaScript interpreter for Microcontrollers
3
+ *
4
+ * Copyright (C) 2016 Gordon Williams <[email protected]>
5
6
+ * This Source Code Form is subject to the terms of the Mozilla Public
7
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
8
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9
10
+ * ----------------------------------------------------------------------------
11
+ * Contains JavaScript interface for nRF51/52 bluetooth
12
13
+ */
14
#include "jspin.h"
15
16
// public static methods.
0 commit comments