Skip to content

Commit e038e49

Browse files
authored
Merge pull request #2 from tballmsft/patch-1
cleanup
2 parents c876c80 + c169805 commit e038e49

64 files changed

Lines changed: 134 additions & 401 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,2 @@
1-
# Microsoft Open Source Code of Conduct
1+
# Open Source Code of Conduct
22

3-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
4-
5-
Resources:
6-
7-
- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/)
8-
- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/)
9-
- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) Microsoft Corporation.
3+
Copyright (c) Micro:bit Apps.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 10 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,30 @@
1-
## Microsoft MicroCode [https://aka.ms/microcode](https://aka.ms/microcode)
1+
## MicroCode
22

3-
Microsoft MicroCode is an icon-based programming language and editor for young learners to code with the [BBC micro:bit V2](https://microbit.org). MicroCode allows you to program the micro:bit V2 with only an [Arcade shield accessory](#arcade-shields-for-microbit-v2) - _no other computer is required!_ If you prefer the web browser, there's also a MicroCode web app that connects to your micro:bit V2 over WebUSB.
3+
MicroCode is an icon-based programming language and editor for young learners to code with the [BBC micro:bit V2](https://microbit.org). MicroCode allows you to program the micro:bit V2 with only an [Arcade shield accessory](#arcade-shields-for-microbit-v2) - _no other computer is required!_ If you prefer the web browser, there's also a MicroCode web app that connects to your micro:bit V2 over WebUSB.
44

55
Here's the classic micro:bit _Happy-A-button/Sad-B-button_ program in MicroCode:
66

77
![Happy sad program in microcode](./docs/images/generated/sample_smiley_buttons.png)
88

99
## Getting started
1010

11-
- **Read the [MicroCode user guide](https://microsoft.github.io/microcode/docs/manual)**
12-
- [try it now!](https://microsoft.github.io/microcode/)
11+
- **Read the [MicroCode user guide](https://microbit-apps.github.io/microcode-classic/docs/manual)**
12+
- [try it now!](https://microbit-apps.github.io/microcode-classic/)
1313

14-
## [Arcade shields](https://microsoft.github.io/microcode/docs/manual#arcade-shield) for micro:bit V2
14+
## [Arcade shields](https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield) for micro:bit V2
1515

16-
There are various [Arcade shields](https://microsoft.github.io/microcode/docs/manual#arcade-shield) available on the market today, as shown below.
16+
There are various [Arcade shields](https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield) available on the market today, as shown below.
1717

18-
<img style="width: 40%" src="https://microsoft.github.io/microcode/assets/newbit-shield.png"></img>
18+
<img style="width: 40%" src="https://microbit-apps.github.io/microcode-classic/assets/newbit-shield.png"></img>
1919

2020
## Robot
2121

22-
MicroCode can also be used to [program and control a 2 wheeled rover robot](https://microsoft.github.io/microcode/docs/robot).
22+
MicroCode can also be used to [program and control a 2 wheeled rover robot](https://microbit-apps.github.io/microcode-classic/docs/robot).
2323

24-
![robot line following](https://microsoft.github.io/microcode/docs/images/generated/sample_robot_line_follow.png){:class="sample"}
24+
![robot line following](https://microbit-apps.github.io/microcode-classic/docs/images/generated/sample_robot_line_follow.png){:class="sample"}
2525

26-
<img style="width: 40%" src="https://microsoft.github.io/microcode/docs/images/cutebot.jpeg"></img>
26+
<img style="width: 40%" src="https://microbit-apps.github.io/microcode-classic/docs/images/cutebot.jpeg"></img>
2727

2828
## Development
2929

3030
To contribute to MicroCode, please read about [MicroCode development](./docs/develop.md).
31-
32-
## Contributing
33-
34-
This project welcomes contributions and suggestions. Most contributions require you to agree to a
35-
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
36-
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.
37-
38-
When you submit a pull request, a CLA bot will automatically determine whether you need to provide
39-
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
40-
provided by the bot. You will only need to do this once across all repos using our CLA.
41-
42-
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
43-
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
44-
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
45-
46-
## Trademarks
47-
48-
This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
49-
trademarks or logos is subject to and must follow
50-
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
51-
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
52-
Any use of third-party trademarks or logos are subject to those third-party's policies.

SECURITY.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

SUPPORT.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,3 @@ feature request as a new Issue.
88

99
For help and questions about using this project, please use [MakeCode forums](https://forum.makecode.com/tags/c/experimental-features-early-access/60/microcode).
1010

11-
## Microsoft Support Policy
12-
13-
Support for MicroCode is limited to the resources listed above.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ plugins:
1212
- jekyll-sitemap
1313
- jekyll-loading-lazy
1414
show_downloads: false
15-
title: Microsoft MicroCode
15+
title: MicroCode
1616
description: Physical computing for young learners on the micro:bit V2

_includes/dialogs-ca.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ <h4>Prepara la teva micro:bit V2</h4>
1919
<li>
2020
<a
2121
class="firmware-download"
22-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
22+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
2323
download="microcode.hex"
2424
>Descarrega el MicroCode </a
2525
>
2626
a la unitat de la <code>MICROBIT </code>.
2727
</li>
2828
<li>Espera que es reiniciï la micro:bit</li>
2929
</ul>
30-
<h4>Codi en un <a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31-
<a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">
30+
<h4>Codi en un <a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31+
<a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">
3232
<img src="./assets/image_shield.jpg"
3333
alt="Una fotografia d'un escut Arcade de micro:bit mostrant la pàgina de destinació del microcodi"
3434
loading="lazy"
@@ -87,7 +87,7 @@ <h2>
8787
<li>
8888
<a
8989
class="firmware-download"
90-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
90+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
9191
download
9292
>Descarrega el MicroCode </a
9393
>

_includes/dialogs-cs.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ <h4>Prepare your micro:bit V2</h4>
1919
<li>
2020
<a
2121
class="firmware-download"
22-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
22+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
2323
download="microcode.hex"
2424
>Stáhni si MicroCode</a
2525
>
2626
na disk <code>MICROBIT</code>.
2727
</li>
2828
<li>Wait for the micro:bit to restart</li>
2929
</ul>
30-
<h4>Code on a <a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31-
<a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">
30+
<h4>Code on a <a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31+
<a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">
3232
<img src="./assets/image_shield.jpg"
3333
alt="A photograph of a micro:bit Arcade shield displaying the microcode landing page"
3434
loading="lazy"
@@ -87,7 +87,7 @@ <h2>
8787
<li>
8888
<a
8989
class="firmware-download"
90-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
90+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
9191
download
9292
>Stáhni si MicroCode</a
9393
>

_includes/dialogs-cy.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ <h4>Prepare your micro:bit V2</h4>
1919
<li>
2020
<a
2121
class="firmware-download"
22-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
22+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
2323
download="microcode.hex"
2424
>Download MicroCode</a
2525
>
2626
to the <code>MICROBIT</code> drive.
2727
</li>
2828
<li>Wait for the micro:bit to restart</li>
2929
</ul>
30-
<h4>Code on a <a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31-
<a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">
30+
<h4>Code on a <a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31+
<a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">
3232
<img src="./assets/image_shield.jpg"
3333
alt="A photograph of a micro:bit Arcade shield displaying the microcode landing page"
3434
loading="lazy"
@@ -87,7 +87,7 @@ <h2>
8787
<li>
8888
<a
8989
class="firmware-download"
90-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
90+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
9191
download
9292
>Download MicroCode</a
9393
>

_includes/dialogs-de.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ <h4>Prepare your micro:bit V2</h4>
1919
<li>
2020
<a
2121
class="firmware-download"
22-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
22+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
2323
download="microcode.hex"
2424
>Lade MicroCode</a
2525
>
2626
auf das <code>MICROBIT</code> Laufwerk herunter.
2727
</li>
2828
<li>Wait for the micro:bit to restart</li>
2929
</ul>
30-
<h4>Code on a <a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31-
<a href="https://microsoft.github.io/microcode/docs/manual#arcade-shield">
30+
<h4>Code on a <a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">micro:bit Arcade Shield</a></h4>
31+
<a href="https://microbit-apps.github.io/microcode-classic/docs/manual#arcade-shield">
3232
<img src="./assets/image_shield.jpg"
3333
alt="A photograph of a micro:bit Arcade shield displaying the microcode landing page"
3434
loading="lazy"
@@ -87,7 +87,7 @@ <h2>
8787
<li>
8888
<a
8989
class="firmware-download"
90-
href="https://microsoft.github.io/microcode/assets/firmware.hex"
90+
href="https://microbit-apps.github.io/microcode-classic/assets/firmware.hex"
9191
download
9292
>Lade MicroCode</a
9393
>

0 commit comments

Comments
 (0)