This repository is for Bluetooth Asia 2018 developer training, peripheral session.

Dependencies:   microbit

Fork of BluetoothAsiaPeripheral by Kaiser Ren

Revision:
6:f296b217bb4c
Parent:
5:e778ea479b18
--- a/peripheral_src.txt	Wed Mar 14 09:20:50 2018 +0000
+++ b/peripheral_src.txt	Fri Apr 20 10:39:24 2018 +0000
@@ -1,4 +1,4 @@
-MicroBitAnimationService.h
+./microbit/microbit-dal/inc/bluetooth/MicroBitAnimationService.h
 
     // TODO: memory for our Animation characteristics.
     uint8_t   animation_type_buffer[1];
@@ -13,7 +13,7 @@
 ctrl+S then ctrl+B
 
 
-MicroBitAnimationService.cpp
+./microbit/microbit-dal/source/bluetooth/MicroBitAnimationService.cpp
     // TODO: Three GattCharacteristic objects. UUID, valuePTR, length, max length, properties.
     GattCharacteristic  animationTypeCharacteristic(
         MicroBitAnimationServiceAnimationTypeCharacteristicUUID,