Skip to content

Commit 5aa1c61

Browse files
committed
Update multiverse blog post
1 parent 84d456f commit 5aa1c61

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

warduino/blog/multiverse.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
88
_Multiverse debugging was first proposed back in 2019, but now we are finally seeing real world applications.
99
Diverse categories of embedded software for microcontrollers can be debugged using the MIO multiverse debugger._
1010

11-
::: info Auxiliary Material
12-
13-
This blog post is additional material for the *"MIO: Multiverse Debugging in the face of Input/Output"* paper.
14-
15-
:::
16-
1711
<span style="font-size: var(--vp-custom-block-font-size);">
1812
<b>Tom Lauwaerts and Maarten Steevens · <a href="https://github.com/tolauwae">@tolauwae</a> <a href="https://github.com/MaartenS11">@MaartenS11</a></b><br>
1913
November 14, 2024 | 4 min read
@@ -25,8 +19,12 @@ In this blog post, we discuss the wide applicability of the [MIO multiverse debu
2519

2620
## Binary Counter with LEDs
2721

22+
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.
23+
2824
## Lego Mindstorms Color Dial
2925

26+
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.
27+
3028
## Related posts
3129

3230
***

0 commit comments

Comments
 (0)