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

11 lines
211 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;