Guitar Effects Pedal

Dependencies:   microbit

Committer:
TheoHavercroft
Date:
Thu Dec 15 16:27:04 2016 +0000
Revision:
0:0c06e1904bd2
.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
TheoHavercroft 0:0c06e1904bd2 1 #include "MicroBit.h"
TheoHavercroft 0:0c06e1904bd2 2 MicroBit uBit;
TheoHavercroft 0:0c06e1904bd2 3
TheoHavercroft 0:0c06e1904bd2 4 int main()
TheoHavercroft 0:0c06e1904bd2 5 {
TheoHavercroft 0:0c06e1904bd2 6 uBit.init();
TheoHavercroft 0:0c06e1904bd2 7 uBit.display.scroll("Theo lmao");
TheoHavercroft 0:0c06e1904bd2 8 }
TheoHavercroft 0:0c06e1904bd2 9