-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from microbit-foundation/release-cleanup
Prepare for V1 release on GitHub
- Loading branch information
Showing
5 changed files
with
8,795 additions
and
8,762 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
################# | ||
# Project files # | ||
################# | ||
.build | ||
projectfiles | ||
|
||
# yotta build folders | ||
yotta_targets | ||
yotta_modules | ||
.yotta.json | ||
|
||
# Python byte-compiled optimized files | ||
__pycache__/ | ||
*.py[cod] | ||
|
||
# Node related | ||
package-lock.json | ||
node_modules | ||
|
||
############ | ||
# OS files # | ||
############ | ||
# Windows thumbnail cache files | ||
Thumbs.db | ||
ehthumbs.db | ||
ehthumbs_vista.db | ||
|
||
# Windows Dump file | ||
*.stackdump | ||
|
||
# Windows Folder config file | ||
[Dd]esktop.ini | ||
|
||
# Windows Recycle Bin used on file shares | ||
$RECYCLE.BIN/ | ||
|
||
# Windows shortcuts | ||
*.lnk | ||
|
||
# macOS General | ||
.DS_Store | ||
.AppleDouble | ||
.LSOverride | ||
|
||
# macOS Thumbnails | ||
._* | ||
|
||
# macOS Files that might appear in the root of a volume | ||
.DocumentRevisions-V100 | ||
.fseventsd | ||
.Spotlight-V100 | ||
.TemporaryItems | ||
.Trashes | ||
.VolumeIcon.icns | ||
.com.apple.timemachine.donotpresent | ||
|
||
# macOS Directories potentially created on remote AFP share | ||
.AppleDB | ||
.AppleDesktop | ||
Network Trash Folder | ||
Temporary Items | ||
.apdisk | ||
|
||
# Linux temporary files which can be created if a process still has a handle open of a deleted file | ||
.fuse_hidden* | ||
|
||
# KDE directory preferences | ||
.directory | ||
|
||
# Linux trash folder which might appear on any partition or disk | ||
.Trash-* | ||
|
||
# Linux .nfs files are created when an open file is removed but is still being accessed | ||
.nfs* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Thanks for looking here! We'd love your help. The micro:bit project is only possible through contributions of companies and individuals around the world. | ||
|
||
This project is managed on GitHub, and the best way to contribute is to jump in and fix/file issues | ||
|
||
https://github.com/microbit-foundation/microbit-firmata | ||
|
||
The original author of the project wrote considerable notes on the possible ways to implement micro:bit radio functionality in this project, and the possibility of running the same interface over BLE UARTs. | ||
|
||
If you're interested in working on any of these items, please file an issue and mention @jaustin | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
The original implementation was written by John Maloney, contracted by the Micro:bit Educational Foundation, and in conjunction with the micro:bit team and code.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.