Skip to content

Commit

Permalink
- add instructions for installing via Arduino IDE library manager
Browse files Browse the repository at this point in the history
provided by @don
  • Loading branch information
sandeepmistry committed Jul 6, 2015
1 parent f31b183 commit 0228dc7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,15 @@ Enables you to create more customized BLE Peripheral's compared to the basic UAR
### Download Library

#### Arduino

#### Using the Arduino IDE Library Manager

1. Choose ```Sketch``` -> ```Include Library``` -> ```Manage Libraries...```
2. Type ```BLEPeripheral``` into the search box.
3. Click the row to select the library.
4. Click the ```Install``` button to install the library.

#### Using Git
```sh
cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-BLEPeripheral BLEPeripheral
Expand Down

0 comments on commit 0228dc7

Please sign in to comment.