File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,8 @@ The units for ``speed_sp`` that you see above are in "tacho ticks" per second.
9292On the large EV3 motor, these equate to one tick per degree, so this is 500
9393degress per second.
9494
95+
96+
9597Using text-to-speech
9698~~~~~~~~~~~~~~~~~~~~
9799
@@ -139,6 +141,10 @@ ev3python.com
139141 If you are just getting started with programming, we highly recommend
140142 that you check it out at `ev3python.com `!
141143
144+ Frequently-Asked Questions
145+ Experiencing an odd error or unsure of how to do something that seems
146+ simple? Check our our `FAQ `_ to see if there's an existing answer.
147+
142148ev3dev.org
143149 `ev3dev.org `_ is a great resource for finding guides and tutorials on
144150 using ev3dev, straight from the maintainers.
@@ -212,6 +218,7 @@ Python 3 and this is the only version that will be supported from here forward.
212218.. _our Read the Docs page : http://python-ev3dev.readthedocs.org/en/latest/
213219.. _source repository for the generic API : ev3dev-lang _
214220.. _ev3python.com : http://ev3python.com/
221+ .. _FAQ : http://python-ev3dev.readthedocs.io/en/latest/faq.html
215222.. _ev3dev-lang : https://github.com/ev3dev/ev3dev-lang
216223.. _ev3dev-lang-python : https://github.com/rhempel/ev3dev-lang-python
217224.. _our Issues tracker : https://github.com/rhempel/ev3dev-lang-python/issues
Original file line number Diff line number Diff line change 1- requently -Asked Questions
1+ Frequently -Asked Questions
22==========================
33
44My script works when launched as ``python3 script.py `` but exits immediately or throws an error when launched from Brickman or as ``./script.py ``
You can’t perform that action at this time.
0 commit comments