pxt-calliope/libs/microbit/ksbit.h
2016-04-01 21:52:25 -07:00

13 lines
240 B
C++

#include "BitVM.h"
namespace bitvm {
namespace bitvm_micro_bit {
void registerWithDal(int id, int event, Action a);
}
}
MicroBitPin *getPin(int id);
using namespace bitvm::bitvm_micro_bit;
typedef ImageData* Image;