Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
example_Stick.cpp
00001 #include "MicroBit.h" 00002 #include "MicroBitI2C.h" 00003 #include "MicroBitPin.h" 00004 #include "MicroBitDisplay.h" 00005 00006 #include "Display.h" 00007 #include "common.h" 00008 00009 void example_stick() { 00010 00011 while(true) { 00012 uint16_t samples =uBit.io.P0.getAnalogValue(); 00013 display.setStick(samples/40); 00014 } 00015 } 00016
Generated on Mon Jul 18 2022 21:57:34 by
1.7.2