Use -core v0.1.2
This commit is contained in:
parent
356b17cb13
commit
ef098cbd28
@ -199,7 +199,7 @@ namespace ArrayImpl {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Import some stuff directly
|
// Import some stuff directly
|
||||||
namespace ks {
|
namespace kindscript {
|
||||||
//%
|
//%
|
||||||
void registerWithDal(int id, int event, Action a);
|
void registerWithDal(int id, int event, Action a);
|
||||||
//%
|
//%
|
||||||
|
@ -27,6 +27,11 @@
|
|||||||
],
|
],
|
||||||
"public": true,
|
"public": true,
|
||||||
"dependencies": {},
|
"dependencies": {},
|
||||||
|
"microbit": {
|
||||||
|
"config": {
|
||||||
|
"MESSAGE_BUS_LISTENER_DEFAULT_FLAGS": "MESSAGE_BUS_LISTENER_QUEUE_IF_BUSY"
|
||||||
|
}
|
||||||
|
},
|
||||||
"target": {
|
"target": {
|
||||||
"id": "microbit",
|
"id": "microbit",
|
||||||
"name": "BBC micro:bit",
|
"name": "BBC micro:bit",
|
||||||
@ -83,7 +88,7 @@
|
|||||||
"autoRun": true
|
"autoRun": true
|
||||||
},
|
},
|
||||||
"compileService": {
|
"compileService": {
|
||||||
"gittag": "v0",
|
"gittag": "v0.1.2",
|
||||||
"serviceId": "ws"
|
"serviceId": "ws"
|
||||||
},
|
},
|
||||||
"serial": {
|
"serial": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#include "kindscript.h"
|
#include "kindscript.h"
|
||||||
|
|
||||||
using namespace ks;
|
using namespace kindscript;
|
||||||
MicroBitPin *getPin(int id);
|
MicroBitPin *getPin(int id);
|
||||||
typedef ImageData* Image;
|
typedef ImageData* Image;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user