Update README
This commit is contained in:
parent
be47a7615f
commit
28caa87401
@ -12,6 +12,7 @@ Requirements
|
|||||||
- nRF51822 Development Kit version 2.1.0 or later
|
- nRF51822 Development Kit version 2.1.0 or later
|
||||||
- python 2.7 (3.x?)
|
- python 2.7 (3.x?)
|
||||||
- PyBLEWrapper https://github.com/brettchien/PyBLEWrapper.git
|
- PyBLEWrapper https://github.com/brettchien/PyBLEWrapper.git
|
||||||
|
|
||||||
To compile it, clone the repository in the \nrf51822\Board\nrf6310\S110\ folder.
|
To compile it, clone the repository in the \nrf51822\Board\nrf6310\S110\ folder.
|
||||||
|
|
||||||
Build and run
|
Build and run
|
||||||
@ -42,5 +43,4 @@ import sys
|
|||||||
import serial
|
import serial
|
||||||
s=serial.Serial("/dev/tty.usbmodem1412")
|
s=serial.Serial("/dev/tty.usbmodem1412")
|
||||||
while True : sys.stdout.write( s.read() )
|
while True : sys.stdout.write( s.read() )
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue
Block a user