From: Jeremy Tan Date: Sun, 29 Sep 2013 12:31:32 +0000 (+0800) Subject: update pintest sidebar X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=c72cc50756b13ba28c9dfb9742176a556218e36b;p=matches%2FMCTX3420.git update pintest sidebar --- diff --git a/testing/MCTXWeb/public_html/pinout-table.pdf b/testing/MCTXWeb/public_html/pinout-table.pdf new file mode 100644 index 0000000..426d15b Binary files /dev/null and b/testing/MCTXWeb/public_html/pinout-table.pdf differ diff --git a/testing/MCTXWeb/public_html/pintest.html b/testing/MCTXWeb/public_html/pintest.html index 0d64c19..921ec8d 100644 --- a/testing/MCTXWeb/public_html/pintest.html +++ b/testing/MCTXWeb/public_html/pintest.html @@ -67,12 +67,12 @@
Pin out diagram
-

To see the pin out diagram of the BBB, click here.

+

To see the pin out diagram of the BBB, click here.

-
Unexport?
+
Export/Unexport?

- To 'unexport' a pin means to disable it. Apart from the obvious + To export/unexport a pin means to enable/disable it. Apart from the obvious use case, sometimes this can be required if you use two PWM channels that share the same frequency base.

@@ -83,13 +83,15 @@
PWM explained
+

The frequency must be a decimal number greater than 0.

- The BBB has up to 8 PWM channels, with 6 having enhanced - resolution. + The duty cycle describes the proportion of off/on time per period. + This number is specified as a ratio, with values ranging from 0 to 1.

- However, those 6 are paired, meaning that each pair must share the - same frequency (although the duty cycle can be different). + The polarity determines if the duty represents the 'active + high' or 'active low' portion. By default, the duty cycle + represents the 'active high' portion.