277d5a721c
* rename "microbit" package to "core" #414 * shouldn't edit the package id. * updating package.json * updated the wrong version * missed updating pxt.json of tests
9 lines
158 B
C++
9 lines
158 B
C++
#include "pxt.h"
|
|
#include "ManagedBuffer.h"
|
|
|
|
using namespace pxt;
|
|
MicroBitPin *getPin(int id);
|
|
typedef ImageData* Image;
|
|
typedef BufferData* Buffer;
|
|
|