pxt-calliope/libs/cpp-test/support.cpp

11 lines
155 B
C++
Raw Normal View History

2016-03-29 17:11:17 -07:00
#include "BitVM.h"
#include "MicroBitTouchDevelop.h"
2016-03-10 14:01:04 -08:00
namespace foo {
2016-03-29 17:11:17 -07:00
//%
void bar()
2016-03-10 14:01:04 -08:00
{
2016-03-29 17:11:17 -07:00
touch_develop::micro_bit::scrollNumber(108108, 50);
2016-03-10 14:01:04 -08:00
}
}