Skip to content

Conflicting Information #16

@tcurdt

Description

@tcurdt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions