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:
parent
81a3f9c984
commit
3a1c1bcf8d
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue