pxt-calliope/libs/microbit/ksbit.h
2016-04-02 13:44:29 -07:00

7 lines
107 B
C++

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