-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
When I look here
https://github.com/lancaster-university/microbit-dal/tree/v2.0.0-rc10
the following API is used
#include "MicroBitDisplay.h"
MicroBitDisplay display;
int main()
{
display.scroll("Hello world!");
}
The samples here suggest
#include "MicroBit.h"
MicroBit uBit;
int main()
{
uBit.init();
uBit.display.scroll("HELLO WORLD! :)");
release_fiber();
}
and now I am a little confused what it should be like.
Metadata
Metadata
Assignees
Labels
No labels