aboutsummaryrefslogtreecommitdiff
path: root/source
Commit message (Collapse)AuthorAgeFilesLines
* :art: Move display related code to Screen.cppJakob Stendahl2021-02-282-156/+243
|
* :zap: Remove include from source fileJakob Stendahl2021-02-271-1/+0
|
* :art: Use extern MicroBit instead of sending pointer to classesJakob Stendahl2021-02-242-12/+11
|
* :art: Change (*uBit).prop to uBit->propJakob Stendahl2021-02-241-9/+9
|
* :sparkles: Show version number when A B is pressedJakob Stendahl2021-02-241-11/+9
|
* :lipstick: Make bluetooth symbol flash when not connectedJakob Stendahl2021-02-241-1/+19
|
* :truck: Move header files to inc folderJakob Stendahl2021-02-242-148/+0
|
* :bug: Try fix #2Jakob Stendahl2021-02-241-51/+52
|
* :boom: Refactor HoverBitController to only have API relevant for HoverBitJakob Stendahl2021-02-243-33/+30
|
* :sprakles: Add failsafe code (addressing #5)Jakob Stendahl2021-02-102-10/+25
|
* Make code function a bit betterJakob Stendahl2021-02-021-5/+12
|
* :bug: Fix bluetooth receive methodJakob Stendahl2021-01-121-7/+19
|
* :bug: Improve endofmessage-checkingJakob Stendahl2021-01-121-1/+1
|
* :sparkles: Send battery, and receive all commands as one stringJakob Stendahl2021-01-111-27/+30
|
* :sparkles: Add working bluetooth receiverJakob Stendahl2021-01-115-0/+633