diff --git a/src/cheatsheets/Digitaltechnik.typ b/src/cheatsheets/Digitaltechnik.typ index 3d4a139..90da645 100644 --- a/src/cheatsheets/Digitaltechnik.typ +++ b/src/cheatsheets/Digitaltechnik.typ @@ -361,6 +361,12 @@ #bgBlock(fill: colorState)[ #subHeading(fill: colorState)[Latches, Flipflops und Register] + === SR-Latch + + #image("../images/digitaltechnik/sr.jpg", height: 2cm) + + #SeperatorLine + === D-Latch #grid( columns: (auto, auto), @@ -369,6 +375,8 @@ image("../images/digitaltechnik/dlatch4.jpg", height: 2cm) ) + #SeperatorLine + === Register #grid( diff --git a/src/images/digitaltechnik/sr.jpg b/src/images/digitaltechnik/sr.jpg new file mode 100644 index 0000000..9caeb3a Binary files /dev/null and b/src/images/digitaltechnik/sr.jpg differ