-
Notifications
You must be signed in to change notification settings - Fork 3
/
History.txt
72 lines (39 loc) · 1.07 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=== 0.4.1 2015-12-13
* bugfix for finding service
=== 0.4.0 2015-12-9
* refactor & bugfix for multiple BLE peripherals #10
* modified property "BlendMicro.state"
=== 0.3.1 2015-12-8
* fixed re-connecting for BLENano #9
=== 0.3.0 2015-12-5
* add BLENano samples #7
* support mbed UARTService.h #7
* write 20byte/1packet, 30msec interval #8
=== 0.2.4 2015-11-5
* added BLENano
=== 0.2.3 2015-11-5
* bugfixed multiple device connections #6
=== 0.2.2 2015-10-24
* bugfixed re-open
=== 0.2.1 2015-10-24
* bugfixed closing peripheral
=== 0.2.0 2015-10-24
* implemented auto re-connect #4 #5
=== 0.1.2 2015-07-29
* fixed for Mac OSX Yosemite
=== 0.1.1 2014-06-15
* fix blendmicro command opts
=== 0.1.0 2014-06-15
* add command "blendmicro" #3
% blendmicro --list
% blendmicro --terminal DEVICE_NAME
=== 0.0.5 2014-06-14
* add method BlemdMicro#updateRssi(err, rssi)
=== 0.0.4 2014-06-14
* remove unnecessary debug print
=== 0.0.3 2014-06-14
* add method BlendMicro#open() to re-connect BLE
=== 0.0.2 2014-06-11
* fix README
=== 0.0.1 2014-06-11
* first release