pxt-calliope/libs/microbit/ksbit.h

11 lines
211 B
C
Raw Normal View History

2016-04-02 06:26:06 +02:00
#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;