pxt-calliope/libs/microbit/ksbit.h
2016-04-07 12:52:02 -07:00

9 lines
158 B
C++

#include "pxt.h"
#include "ManagedBuffer.h"
using namespace pxt;
MicroBitPin *getPin(int id);
typedef ImageData* Image;
typedef BufferData* Buffer;