Migrate LED shims

This commit is contained in:
Michal Moskal
2016-04-01 21:52:25 -07:00
parent 88acd9254d
commit 9820a035ce
7 changed files with 223 additions and 135 deletions

View File

@ -8,3 +8,5 @@ namespace bitvm {
MicroBitPin *getPin(int id);
using namespace bitvm::bitvm_micro_bit;
typedef ImageData* Image;