Skip to content

Commit 14a0896

Browse files
committed
Switch READMEs for examples
1 parent 08010d2 commit 14a0896

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/binary-counter/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Color dial
2-
The color dial is an application that uses a color sensor to make a needle on a dial point towards the color it sees. To achieve this it makes use of a Lego Mindstorms color sensor and servo motor.
1+
# Binary counter
2+
The binary counter is a simple program that uses 4 LEDs and two buttons. One button counts up and one button counts down. The LEDs show the state of 4 bit counter.
33

44
To compile it yourself you will need the [AssemblyScript](https://www.assemblyscript.org/) compiler installed on your system and the [just](https://github.com/casey/just) command runner.
55

examples/dial/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Binary counter
2-
The binary counter is a simple program that uses 4 LEDs and two buttons. One button counts up and one button counts down. The LEDs show the state of 4 bit counter.
1+
# Color dial
2+
The color dial is an application that uses a color sensor to make a needle on a dial point towards the color it sees. To achieve this it makes use of a Lego Mindstorms color sensor and servo motor.
33

44
To compile it yourself you will need the [AssemblyScript](https://www.assemblyscript.org/) compiler installed on your system and the [just](https://github.com/casey/just) command runner.
55

0 commit comments

Comments
 (0)