Move more stuff to C++

This commit is contained in:
Michal Moskal
2016-04-01 21:26:06 -07:00
parent c4e57e0165
commit 650fe61dcd
11 changed files with 637 additions and 301 deletions

10
libs/microbit/ksbit.h Normal file
View 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;