File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 11
11
12
12
* Turned off debug serial output as default.
13
13
14
+ * Added platform specific code for Chipkit to some examples.
15
+
14
16
##Fixes:
15
17
* Added API for assert handling.
16
18
22
24
Note that the Leonardo is not reset when you start the serial monitor,
23
25
so a delay is needed if you want to be able to see the output of the initial prints using Serial
24
26
25
- * Added platform specific code for Chipkit to some examples.
26
-
27
27
* Rewrote nRF8001 Setup procedure, do_aci_setup().
28
28
29
29
* Fixed interrupt handling so the SDK works both for polling and interrupts
@@ -43,9 +43,7 @@ This issue is applicable for all projects that use pairing.
43
43
44
44
7 . Documentation for the Bluetooth low energy SDK for Arduino is still in progress.
45
45
46
- 9 . Some problems with platform specific code for Chipkit.
47
-
48
- 10 . Sending zero byte value from the hello world example causes nRF UART on iOS to crash.
46
+ 9 . Sending zero byte value from the hello world example causes nRF UART on iOS to crash.
49
47
50
48
#Release notes 0.8.1:
51
49
You can’t perform that action at this time.
0 commit comments