Add music
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
|
||||
namespace pxt {
|
||||
void raiseEvent(int id, int event);
|
||||
int allocateNotifyEvent();
|
||||
void sleep_core_us(uint64_t us);
|
||||
|
||||
class Button;
|
||||
@ -15,4 +16,8 @@ typedef Button *Button_;
|
||||
extern "C" void target_init();
|
||||
}
|
||||
|
||||
#define DEVICE_EVT_ANY 0
|
||||
#define DEVICE_ID_NOTIFY 10000
|
||||
#define DEVICE_ID_NOTIFY_ONE 10001
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user