Skip to content

Commit 586c131

Browse files
committed
docs update
1 parent a5c7a66 commit 586c131

22 files changed

+47
-47
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 3466b8de15c9ad714d251ac1d604f536
3+
config: f1d823471b03cbf8efe419b09248d874
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/.doctrees/environment.pickle

-281 Bytes
Binary file not shown.

docs/.doctrees/nxp_periph.doctree

0 Bytes
Binary file not shown.

docs/_modules/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>Overview: module code &mdash; mikan 1.14 documentation</title>
6+
<title>Overview: module code &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../_static/doctools.js?v=888ff710"></script>
1919
<script src="../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../_static/js/theme.js"></script>

docs/_modules/nxp_periph/LCD_driver.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>nxp_periph.LCD_driver &mdash; mikan 1.14 documentation</title>
6+
<title>nxp_periph.LCD_driver &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../../_static/doctools.js?v=888ff710"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>

docs/_modules/nxp_periph/LED_controller.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>nxp_periph.LED_controller &mdash; mikan 1.14 documentation</title>
6+
<title>nxp_periph.LED_controller &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../../_static/doctools.js?v=888ff710"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>
@@ -832,7 +832,7 @@ <h1>Source code for nxp_periph.LED_controller</h1><div class="highlight"><pre>
832832
<span class="bp">self</span><span class="o">.</span><span class="n">__iref_base</span> <span class="o">=</span> <span class="bp">self</span><span class="o">.</span><span class="n">REG_NAME</span><span class="o">.</span><span class="n">index</span><span class="p">(</span> <span class="s2">&quot;PWM0&quot;</span> <span class="k">if</span> <span class="n">current_control</span> <span class="k">else</span> <span class="s2">&quot;IREF0&quot;</span> <span class="p">)</span>
833833

834834
<span class="n">init</span> <span class="o">=</span> <span class="p">{</span>
835-
<span class="s2">&quot;MODE2&quot;</span> <span class="p">:</span> <span class="mh">0x18</span><span class="p">,</span> <span class="c1"># to forth the channel working when wrror happened</span>
835+
<span class="s2">&quot;MODE2&quot;</span> <span class="p">:</span> <span class="mh">0x18</span><span class="p">,</span> <span class="c1"># to forth output channels working when error happened</span>
836836
<span class="s2">&quot;LEDOUT0&quot;</span> <span class="p">:</span> <span class="p">[</span> <span class="mh">0xAA</span> <span class="p">]</span> <span class="o">*</span> <span class="p">(</span><span class="bp">self</span><span class="o">.</span><span class="n">CHANNELS</span> <span class="o">//</span> <span class="mi">4</span><span class="p">),</span>
837837
<span class="s2">&quot;PWMALL&quot;</span> <span class="p">:</span> <span class="n">pwm</span><span class="p">,</span>
838838
<span class="s2">&quot;IREFALL&quot;</span> <span class="p">:</span> <span class="n">iref</span>

docs/_modules/nxp_periph/RTC.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>nxp_periph.RTC &mdash; mikan 1.14 documentation</title>
6+
<title>nxp_periph.RTC &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../../_static/doctools.js?v=888ff710"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>
@@ -1189,11 +1189,11 @@ <h1>Source code for nxp_periph.RTC</h1><div class="highlight"><pre>
11891189
<span class="s2">&quot;CLKOUT_Control&quot;</span><span class="p">,</span>
11901190
<span class="s2">&quot;2nd_Control_Register&quot;</span><span class="p">,</span>
11911191
<span class="s2">&quot;Scratchpad&quot;</span><span class="p">,</span> <span class="s2">&quot;Version_Register&quot;</span><span class="p">,</span>
1192-
<span class="s2">&quot;Vendor_ID_Register&quot;</span><span class="p">,</span> <span class="s2">&quot;Model Register&quot;</span><span class="p">,</span>
1192+
<span class="s2">&quot;Vendor_ID_Register&quot;</span><span class="p">,</span> <span class="s2">&quot;Model_Register&quot;</span><span class="p">,</span>
11931193
<span class="s2">&quot;Offset&quot;</span><span class="p">,</span> <span class="s2">&quot;Oscillator&quot;</span><span class="p">,</span>
11941194
<span class="s2">&quot;Access_config&quot;</span><span class="p">,</span>
11951195
<span class="s2">&quot;Sec_timestp&quot;</span><span class="p">,</span> <span class="s2">&quot;Min_timestp&quot;</span><span class="p">,</span> <span class="s2">&quot;Hour_timestp&quot;</span><span class="p">,</span> <span class="s2">&quot;DayWk_timestp&quot;</span><span class="p">,</span> <span class="s2">&quot;DayMon_timestp&quot;</span><span class="p">,</span> <span class="s2">&quot;Mon_timestp&quot;</span><span class="p">,</span> <span class="s2">&quot;Year_timestp&quot;</span><span class="p">,</span>
1196-
<span class="s2">&quot;R_code1&quot;</span><span class="p">,</span> <span class="s2">&quot;R_code1&quot;</span>
1196+
<span class="s2">&quot;R_code1&quot;</span><span class="p">,</span> <span class="s2">&quot;R_code2&quot;</span>
11971197
<span class="p">)</span>
11981198
<span class="n">INT_MASK</span> <span class="o">=</span> <span class="p">{</span> <span class="s2">&quot;A&quot;</span><span class="p">:</span> <span class="p">[</span><span class="s2">&quot;INT_A_MASK1&quot;</span><span class="p">,</span> <span class="s2">&quot;INT_A_MASK2&quot;</span><span class="p">],</span> <span class="s2">&quot;B&quot;</span><span class="p">:</span> <span class="p">[</span> <span class="s2">&quot;INT_B_MASK1&quot;</span><span class="p">,</span> <span class="s2">&quot;INT_B_MASK2&quot;</span> <span class="p">]</span> <span class="p">}</span>
11991199
<span class="n">REG_ORDER_DT</span> <span class="o">=</span> <span class="p">{</span> <span class="s2">&quot;seconds&quot;</span><span class="p">:</span> <span class="s2">&quot;Seconds&quot;</span><span class="p">,</span>

docs/_modules/nxp_periph/accelerometer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>nxp_periph.accelerometer &mdash; mikan 1.14 documentation</title>
6+
<title>nxp_periph.accelerometer &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../../_static/doctools.js?v=888ff710"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>

docs/_modules/nxp_periph/interface.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>nxp_periph.interface &mdash; mikan 1.14 documentation</title>
6+
<title>nxp_periph.interface &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../../_static/doctools.js?v=888ff710"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>

docs/_modules/nxp_periph/protocol_bridge.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="utf-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<title>nxp_periph.protocol_bridge &mdash; mikan 1.14 documentation</title>
6+
<title>nxp_periph.protocol_bridge &mdash; mikan 1.14.1 documentation</title>
77
<link rel="stylesheet" type="text/css" href="../../_static/pygments.css?v=80d5e7a1" />
88
<link rel="stylesheet" type="text/css" href="../../_static/css/theme.css?v=19f00094" />
99

@@ -14,7 +14,7 @@
1414

1515
<script src="../../_static/jquery.js?v=5d32c60e"></script>
1616
<script src="../../_static/_sphinx_javascript_frameworks_compat.js?v=2cd50e6c"></script>
17-
<script src="../../_static/documentation_options.js?v=42a3b5f3"></script>
17+
<script src="../../_static/documentation_options.js?v=a5781ae5"></script>
1818
<script src="../../_static/doctools.js?v=888ff710"></script>
1919
<script src="../../_static/sphinx_highlight.js?v=dc90522c"></script>
2020
<script src="../../_static/js/theme.js"></script>

0 commit comments

Comments
 (0)