pxt-calliope/libs/cpp-test/support.cpp
2016-03-10 14:01:04 -08:00

7 lines
85 B
C++

namespace foo {
GLUE void bar()
{
micro_bit::scrollNumber(108108, 50);
}
}