You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/binary-counter/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
4
4
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.
Copy file name to clipboardExpand all lines: examples/dial/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
4
4
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.
0 commit comments