pxt-calliope/libs/microbit/ksbit.h
2016-04-02 14:18:10 -07:00

7 lines
115 B
C++

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