Skip to content

Instantly share code, notes, and snippets.

@dvsseed
Created October 28, 2017 05:44
Show Gist options
  • Save dvsseed/f640883eb8aea93f708def5a9ee1cb88 to your computer and use it in GitHub Desktop.
Save dvsseed/f640883eb8aea93f708def5a9ee1cb88 to your computer and use it in GitHub Desktop.
pulse cpp for micro:bit
#include "MicroBit.h"
MicroBit uBit;
int main() {
uBit.init();
uBit.display.scroll("NEW PROGRAM");
release_fiber();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment