Skip to content

Commit 68a3d4c

Browse files
authored
Fix wokwi integration for another working demo
1 parent 7d11482 commit 68a3d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ Some demos are working, some seem to cause trouble.
131131

132132
* [`2bit_or.logic.json`](./demos/2bit_or.logic.json): 2-bit OR ([Wokwi demo project](https://wokwi.com/projects/341992743611925075)); (as simple as an OR gate, but generated using a truth table)
133133

134+
* [`limited-ascii_7segment_lut.logic.json`](./demos/limited-ascii_7segment_lut.logic.json): limited ASCII character range to 7-segment Wokwi display; ([basic Wokwi demo project](https://wokwi.com/projects/341987347359859282), [advanced Wokwi demo project](https://wokwi.com/projects/342600282267451988) cycling through the character set with an Arduino and showing the outputs on a common cathose 7-segment display)
134135

135-
### Non-working demos
136136

137-
* [`limited-ascii_7segment_lut.logic.json`](./demos/limited-ascii_7segment_lut.logic.json): limited ASCII character range to 7-segment Wokwi display; ([basic Wokwi demo project](https://wokwi.com/projects/341987347359859282), [advanced Wokwi demo project](https://wokwi.com/projects/341989925253546578) cycling through the character set with an Arduino disclosing encoding errors)
137+
### Non-working demos
138138

139139
* [`4bit-popcount.json`](./demos/4bit-popcount.json): 4-bit popcount (makes the generator hang up)
140140

0 commit comments

Comments
 (0)