From 3a1c1bcf8d1e6a067aac2be9aa5d42af097f1137 Mon Sep 17 00:00:00 2001 From: James Devine Date: Sat, 26 Mar 2016 19:39:20 +0000 Subject: [PATCH] microbit: added NotifyEvents.h to MicroBit.h This commit adds a new header file which contains event values for MICROBIT_ID_NOTIFY. --- inc/MicroBit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/MicroBit.h b/inc/MicroBit.h index 157622c..fd9a51e 100644 --- a/inc/MicroBit.h +++ b/inc/MicroBit.h @@ -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"