Adding local include with constants; dropping LMS enum

This commit is contained in:
Michal Moskal
2017-07-11 16:18:59 +02:00
parent b60775fa50
commit ad5d5daee5
17 changed files with 169 additions and 718 deletions

View File

@ -3,8 +3,6 @@
#include "pxtbase.h"
#define ID_BUTTON_BASE 100
namespace pxt {
void raiseEvent(int id, int event);
int allocateNotifyEvent();