pxt-calliope/libs/cpp-test/support.cpp
2016-03-29 17:11:17 -07:00

11 lines
155 B
C++

#include "BitVM.h"
#include "MicroBitTouchDevelop.h"
namespace foo {
//%
void bar()
{
touch_develop::micro_bit::scrollNumber(108108, 50);
}
}