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

11 lines
155 B
C++
Raw Normal View History

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