https://github.com/raimonizard/microbit-fibonacci
A way of showing n elements of the fibonacci series
https://github.com/raimonizard/microbit-fibonacci
microbit microbit-demos microbit-v2
Last synced: about 7 hours ago
JSON representation
A way of showing n elements of the fibonacci series
- Host: GitHub
- URL: https://github.com/raimonizard/microbit-fibonacci
- Owner: raimonizard
- License: gpl-3.0
- Created: 2023-01-18T19:59:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T18:28:35.000Z (over 3 years ago)
- Last Synced: 2025-02-28T09:06:46.746Z (over 1 year ago)
- Topics: microbit, microbit-demos, microbit-v2
- Language: TypeScript
- Homepage: https://raimonizard.github.io/microbit-fibonacci/
- Size: 515 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> Open this page at [https://raimonizard.github.io/microbit-fibonacci/](https://raimonizard.github.io/microbit-fibonacci/) :blush:
## 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/raimonizard/microbit-fibonacci** and import
## Edit this project :grin:
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/raimonizard/microbit-fibonacci** 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 }}");