https://github.com/aturley/multiplication-rectangle
A Meowbit MicroPython program for visualizing multiplication.
https://github.com/aturley/multiplication-rectangle
Last synced: 7 months ago
JSON representation
A Meowbit MicroPython program for visualizing multiplication.
- Host: GitHub
- URL: https://github.com/aturley/multiplication-rectangle
- Owner: aturley
- Created: 2022-06-06T21:59:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-06T22:00:45.000Z (over 3 years ago)
- Last Synced: 2025-01-28T10:51:33.549Z (9 months ago)
- Language: Python
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Multiplication Rectangle
## Overview
This is a program for a [Kittenbot
Meowbit](https://www.kittenbot.cc/products/meowbit-codable-console-for-microsoft-makecode-arcade). When
potentiometers are attached to pins 0 and 1 they change the dimensions
of a grid on the screen, from 0 to 30 in each direction. To the right
of the grid the width is displayed, at the bottom the height is
displayed, and in the lower-right corner the total are is
displayed. The grid is draw in white unless the height and width are
the same in which case it is drawn in red.