From 3e6fd4166c275b86a7788ee594c77638e8bbe51e Mon Sep 17 00:00:00 2001 From: Carsten Presser Date: Mon, 23 Sep 2019 22:34:00 +0200 Subject: [PATCH] Improve S4.2 examples Rework examples for input- and output-pin grouping/positioning (S4.2) --- content/klc/S4.2.adoc | 7 +++++-- content/libraries/klc.adoc | 2 +- content/libraries/klc_history.adoc | 3 +++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/content/klc/S4.2.adoc b/content/klc/S4.2.adoc index b6b1c2ab..24916de8 100644 --- a/content/klc/S4.2.adoc +++ b/content/klc/S4.2.adoc @@ -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" >}} diff --git a/content/libraries/klc.adoc b/content/libraries/klc.adoc index 7a82df1d..4e46caf9 100644 --- a/content/libraries/klc.adoc +++ b/content/libraries/klc.adoc @@ -13,7 +13,7 @@ aliases = [ "/klc/" ] toc::[] -**link:/libraries/klc/history/[Revision: 3.0.26]** +**link:/libraries/klc/history/[Revision: 3.0.27]** --- diff --git a/content/libraries/klc_history.adoc b/content/libraries/klc_history.adoc index e84f6369..936907df 100644 --- a/content/libraries/klc_history.adoc +++ b/content/libraries/klc_history.adoc @@ -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)