Commit Graph
18 Commits
Author SHA1 Message Date
David Lechner eae359ee42 doc: fix module index
some modules were missing because of missing automodule directive
2019-01-24 16:10:11 -06:00
Laurens Valk cec568c454 doc: copyediting 2019-01-24 15:52:00 +01:00
Laurens Valk 5f65f842ad Merge branch 'run_until_stalled' and 'motor-lock' 2019-01-23 21:43:39 +01:00
Laurens Valk b1edd667e5 modmotor: respect previously specified stall limits 2019-01-23 21:11:51 +01:00
David Lechner c83e7d3a7d doc: make all the examples say "Example:" 2019-01-21 22:20:13 -06:00
Laurens Valk daa213b003 doc: drop features that won't be implemented for first release
Combined with previous comments, this closes #91
2019-01-18 17:19:19 +01:00
Laurens Valk 069f59a13a modmotor: make dc match docs
This adds an optional argument to limit the duty cycle
2019-01-13 17:51:55 +01:00
Laurens Valk 4ad8c8ac9c extmod: implement run_until_stalled with variable limits 2019-01-12 12:02:39 +01:00
Laurens Valk 34bc88dae3 doc: group motor methods by rubric 2019-01-11 09:03:18 +01:00
Laurens Valk 1cb21098a5 doc: motor debug, dc, and tracking api 2019-01-10 10:31:26 +01:00
Laurens Valk b6c302321a doc: simplify motor settings 2019-01-09 16:08:32 +01:00
Laurens Valk e9d83c80c4 doc: back to explicit ev3brick and ev3devices
(instead of brick and devices)

After internal discussion:
- This way we need to maintain only one fake API.
- Autocomplete can pick up the right brick/devices.
- Explicit is better than implicit.
2019-01-09 14:51:41 +01:00
Laurens Valk 15791fbe8d doc: brick, sound, display, and experiment with samples 2019-01-04 15:05:17 +01:00
Laurens Valk 98cf320246 doc: simplify gear ratio 2019-01-03 14:10:24 +01:00
Laurens Valk c9c8736d15 doc: motor draft 2019-01-03 13:54:47 +01:00
Laurens Valk d5d7b9a9c7 doc: motor settings and most ev3 sensors
Note: the motor code will be updated accordingly once updated API is considered final.
2018-12-31 12:15:09 +01:00
Laurens Valk 0cdf3fdebc doc: experiment with signal types 2018-12-29 13:02:59 +01:00
Laurens Valk 89fc64d911 doc: autodoc for init
test syntax for autolinking to types
test syntax to avoid evaluating enum arguments to numbers
2018-12-28 16:40:01 +01:00