Move more stuff to C++
This commit is contained in:
10
libs/microbit/ksbit.h
Normal file
10
libs/microbit/ksbit.h
Normal file
@ -0,0 +1,10 @@
|
||||
#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;
|
Reference in New Issue
Block a user