pxt-calliope/libs/microbit/ksbit.h
2016-04-03 16:52:57 -07:00

9 lines
172 B
C++

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