pxt-calliope/libs/microbit/ksbit.h

13 lines
240 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;
2016-04-02 06:52:25 +02:00
typedef ImageData* Image;