https://github.com/adam0brien/microbit-radio-coms
A MakeCode project
https://github.com/adam0brien/microbit-radio-coms
Last synced: 12 months ago
JSON representation
A MakeCode project
- Host: GitHub
- URL: https://github.com/adam0brien/microbit-radio-coms
- Owner: Adam0Brien
- Created: 2022-01-25T12:01:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-25T12:48:59.000Z (over 4 years ago)
- Last Synced: 2025-06-19T19:04:09.999Z (about 1 year ago)
- Language: TypeScript
- Homepage: https://adam0brien.github.io/microbit-helloWorld-radio-coms/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Make sure to set the baud rate to 115200 on putty!!
> Open this page at [https://adam0brien.github.io/microbit-helloworld-radio-coms/](https://adam0brien.github.io/microbit-helloworld-radio-coms/)
## Use as Extension
This repository can be added as an **extension** in MakeCode.
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
* click on **New Project**
* click on **Extensions** under the gearwheel menu
* search for **https://github.com/adam0brien/microbit-helloworld-radio-coms** and import
## Edit this project 
To edit this repository in MakeCode.
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
* click on **Import** then click on **Import URL**
* paste **https://github.com/adam0brien/microbit-helloworld-radio-coms** and click import
## Blocks preview
This image shows the blocks code from the last commit in master.
This image may take a few minutes to refresh.

#### Metadata (used for search, rendering)
* for PXT/microbit
makeCodeRender("{{ site.makecode.home_url }}", "{{ site.github.owner_name }}/{{ site.github.repository_name }}");