Skip to content

Commit 00aef03

Browse files
authored
docs: add new screenshots (#53)
* Add files via upload
1 parent 591d50b commit 00aef03

File tree

6 files changed

+12
-1
lines changed

6 files changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Scratch for Arduino UNO Q is an Arduino App that runs Scratch directly on the board to control physical world (e.g., LEDs, buttons, and Arduino Modulino) with optional AI model integration.
88
Accessible from any device via a browser, it makes coding, electronics, and AI hands-on and easy to explore.
99

10-
![Scratch for Arduion UNO Q](./doc/scratch-unoq.png)
10+
![Scratch for Arduion UNO Q](./doc/blink.png)
1111

1212
## Installation
1313

@@ -23,6 +23,17 @@ curl -sSL https://raw.githubusercontent.com/dido18/scratch-arduino-app/main/inst
2323

2424
NOTE: the `https` is needed by the `getUserMedia()` method for security reason.
2525

26+
## Screenshots
27+
28+
Add the extensions for Arduino UNO Q.
29+
![Scratch UNO Q extensions](./doc/extensions.png)
30+
31+
Use the matrix block to control the LED matrix.
32+
![Scratch Matrix](./doc/matrix.png)
33+
34+
Uue the Modulino blocks to control the Modulino.
35+
![Scratch Modulino](./doc/modulino.png)
36+
2637
## Local development
2738

2839
- `task scratch:init`

doc/blink.png

527 KB
Loading

doc/extensions.png

583 KB
Loading

doc/matrix.png

527 KB
Loading

doc/modulino.png

499 KB
Loading

doc/scratch-unoq.png

-206 KB
Binary file not shown.

0 commit comments

Comments
 (0)