publish it for Bluetooth Asia HoT
Fork of microbit by
Revision 20:6a87d626f9ac, committed 2017-08-26
- Comitter:
- renkaikaiser
- Date:
- Sat Aug 26 05:23:30 2017 +0000
- Parent:
- 19:d688bd3e67ce
- Commit message:
- 1. NEW: add header and main entry point in main.cpp.
Changed in this revision
LICENSE | Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r d688bd3e67ce -r 6a87d626f9ac LICENSE --- a/LICENSE Sat Aug 26 05:04:48 2017 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,22 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 British Broadcasting Corporation. -This software is provided by Lancaster University by arrangement with the BBC. - -Permission is hereby granted, free of charge, to any person obtaining a -copy of this software and associated documentation files (the "Software"), -to deal in the Software without restriction, including without limitation -the rights to use, copy, modify, merge, publish, distribute, sublicense, -and/or sell copies of the Software, and to permit persons to whom the -Software is furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL -THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER -DEALINGS IN THE SOFTWARE.
diff -r d688bd3e67ce -r 6a87d626f9ac main.cpp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/main.cpp Sat Aug 26 05:23:30 2017 +0000 @@ -0,0 +1,14 @@ +#include "MicroBit.h" + +MicroBit uBit; + + + + + +int main() +{ + + +} + \ No newline at end of file