| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Displaying numbers on the micro:bit screen as on the soroban abacus. This allows the user to display a 5 digit number on the screen. It's also much faster than displaying normal number:
Soroban: https://en.wikipedia.org/wiki/Soroban
- - - - - + + + + + - -
- + + + + - + + + + - -
- - + + + - - + + + + -
- - - + + - - - + + - -
- - - - + - - - - + - +
0 1 2 3 4 5 6 7 8 9 - .
Displays number as on the soroban abacus.
soroban.showNumber(3.14)soroban.showNumber(12345)
Copyright (C) 2021 Adam Orczyk
Licensed under the MIT License (MIT). See LICENSE file for more details.
| Back | FazBrowse Home | New Git URL |