This repository will be used for Bluetooth World 2018.

Dependencies:   microbit

Fork of BluetoothAsia2018Peripheral by Kai Ren

Revision:
9:eb3730b39608
Parent:
8:d3d0c0ac4ce9
--- a/Animator.h	Tue Jul 31 06:36:19 2018 +0000
+++ b/Animator.h	Tue Jul 31 07:01:23 2018 +0000
@@ -35,12 +35,14 @@
 #define NUMBER_OF_ANIMATIONS    0x03
 #define ANIMATION_SPEED_DELTA     50
 
+//Animation Control Event
 #define ANIMATION_CONTROL_EVENT  9100
 #define ANIMATION_CONTROL_STOP   0x00
 #define ANIMATION_CONTROL_START  0x01
 #define ANIMATION_CONTROL_SLOWER 0x10
 #define ANIMATION_CONTROL_FASTER 0x11
 
+//Animation Type Event
 #define ANIMATION_TYPE_EVENT     9101
 #define ANIMATION_TYPE_FLASH     0x01
 #define ANIMATION_TYPE_RIPPLE    0x02