Skip to content

Commit 65abad6

Browse files
authored
Merge pull request #1219 from flash62au/sphinx
added Simple Throttle
2 parents 994dbbf + 92f07d8 commit 65abad6

5 files changed

Lines changed: 45 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
# 'sphinx.ext.ifconfig',
3939
# 'sphinx.ext.viewcode',
4040
# 'sphinx.ext.graphviz',
41-
'sphinx_sitemap',
41+
# 'sphinx_sitemap',
4242
# 'sphinx.ext.inheritance_diagram',
4343
'sphinxcontrib.spelling',
4444
'sphinx_toolbox.collapse',

docs/throttles/hardware/index.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ Throttles (Hardware)
2121
witcontroller
2222
streamdeck
2323
uwt50
24-
dccexcontroller
24+
dccexcontroller
25+
simple-throttle
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.. include:: /include/include.rst
2+
.. include:: /include/include-l2.rst
3+
.. include:: /include/include-throttles.rst
4+
**********************************
5+
DCC-EX Simple Throttle (Physical)
6+
**********************************
7+
8+
|SUITABLE| |tinkerer| |engineer| |support-button|
9+
10+
.. sidebar::
11+
:class: sidebar-on-this-page
12+
13+
.. contents:: On this page
14+
:depth: 3
15+
:local:
16+
17+
To accompany my mimic panel's serial throttle (see DCC-EX Tri-Throttle), I decided a very simple WiFi enabled, palm-sized throttle I could walk around the layout with would be a very handy addition, hence the creation of this DCC-EX Simple Throttle.
18+
19+
PeteGSX
20+
21+
Note that there is an option to run this on an STM32F103C8 Bluepill via a serial connection instead.
22+
23+
https://petegsx-projects.github.io/simple-throttle/index.html
24+
25+
26+

docs/throttles/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ Dedicated Hardware
7575
- :doc:`miniThrottle (Physical) <hardware/minithrottle>`
7676
- :doc:`TCS UWT-50 (Physical) <hardware/uwt50>`
7777
- :doc:`WiTcontroller (Physical) <hardware/witcontroller>`
78+
- :doc:`DCC-EX Simple Throttler (Physical) <hardware/simple-throttle>` |BR| |BR|
7879
- :doc:`DccExController (Physical) <hardware/dccexcontroller>` - Support Discontinued |BR| |BR|
7980
- See also :doc:`DCC-EX Native command library - DCCEXProtocol </throttles/native-protocol-library>`
8081

@@ -119,6 +120,7 @@ DCC-EX (DCC-EX Native Commands)
119120
- :doc:`EX-T3-WiFi (T3 = Tactile Touch Throttle) (Physical) </throttles/hardware/ex-t3-wifi>`
120121
- :doc:`miniThrottle (Physical DIY) <hardware/minithrottle>`
121122
- :doc:`DCC Commander (iOS) <software/dcc-commander>` |BR| |BR|
123+
- :doc:`DCC-EX Simple Throttler (Physical) <hardware/simple-throttle>` |BR| |BR|
122124
- :doc:`DccExController (Physical DIY) <hardware/dccexcontroller>` - Support Discontinued |BR| |BR|
123125
- See also :doc:`DCC-EX Native command library - DCCEXProtocol </throttles/native-protocol-library>`
124126

docs/throttles/throttle_table.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,20 @@
291291
-
292292
-
293293

294+
* - :doc:`DCC-EX Simple Throttle <hardware/simple-throttle>`
295+
- Free
296+
- WiFi
297+
- Native
298+
- Device
299+
- DIY
300+
- X
301+
-
302+
-
303+
-
304+
-
305+
-
306+
-
307+
294308
* - :doc:`Elgato Stream Deck <hardware/streamdeck>`
295309
- Paid
296310
- WiFi

0 commit comments

Comments
 (0)