microbit: added NotifyEvents.h to MicroBit.h

This commit adds a new header file which contains
event values for MICROBIT_ID_NOTIFY.
This commit is contained in:
James Devine 2016-03-26 19:39:20 +00:00
parent 81a3f9c984
commit 3a1c1bcf8d

View file

@ -18,7 +18,7 @@
#include "MicroBitEvent.h"
#include "DynamicPwm.h"
#include "MicroBitI2C.h"
#include "MESEvents.h"
#include "NotifyEvents.h"
#include "MicroBitButton.h"
#include "MicroBitPin.h"