Kostya Cholak

Results 7 issues of Kostya Cholak

This pull request adds component called FlipFlop It stores value than can be flipped by turning on the input pin Output pin outputs stored value

This pull request adds new component called SR Latch (Set/Reset Latch) It has 4 pins S pin - set latched value to 1 R pin - set latched value to...

This pull request adds new component called D Latch (Data Latch) It has 4 pins D pin - input pin for data that is going to be latched E pin...

This pull request fixes problems connecting wires to wires How to reproduce: - connect input 1 to output 1 - connect input 0 to output 0 - connect wire connecting...

This pull request adds led array https://github.com/JPro173/BOOLR/tree/add-led-array Chip operates on horizontal pixel lines (8 pixels in line), so we use 8 data pins and 3 address line pins instead of...

Hi, @alvarobartt ! I've encountered the 403 Error problem today and found that using curl seem to be working fine, no 403 error. And the only difference I can see...

bug