sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

IBeacon nrf52 support #67

Closed nihaopaul closed 8 years ago

nihaopaul commented 8 years ago

No changes needed to support nRF52 other than supporting the defined constant

sandeepmistry commented 8 years ago

@nihaopaul thanks!

I've cherry-picked https://github.com/sandeepmistry/arduino-BLEPeripheral/commit/078768bfbcb793496a64dd480a19c70c43face4c and https://github.com/sandeepmistry/arduino-BLEPeripheral/commit/a21d31d8593b45e6ea7951aa1bbecf55c18ac7fb into the nRF5 branch.

(will sync the changes from master branch at a later date).