Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Improve S4.2 examples #478

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions content/klc/S4.2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,11 @@ Where possible, pins should be grouped by similar function, rather than by their
. *Negative power* and *ground* pins should be placed at the _bottom_ of a symbol
* `GND`, `Vss`, `V-`, etc.
. *Input/Control/Logic* pins should be placed on the _left_ of a symbol
* `UART Tx/Rx`
* `Enable`, `Sleep`
* `Iset`
. *Output/Controlled/Driver* pins should be placed on the _right_ of a symbol
* `RS232 Tx/Rx`
* `Alarm`
* `ChargeFinished`
* `Q`, `!Q`

{{< klcimg src="S4.2a" title="Pin grouping" >}}
2 changes: 1 addition & 1 deletion content/libraries/klc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ aliases = [ "/klc/" ]
toc::[]


**link:/libraries/klc/history/[Revision: 3.0.26]**
**link:/libraries/klc/history/[Revision: 3.0.27]**

---

Expand Down
3 changes: 3 additions & 0 deletions content/libraries/klc_history.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ url = "/libraries/klc/history/"
+++

---
== 3.0.27 - 2020-03-14
* Rework examples for input- and output-pin grouping/positioning (S4.2)

== 3.0.26 - 2020-01-18
* Clarify that contributions must be made with the current stable version (G1.8)

Expand Down