Phil Howard
|
af2b74d65d
|
Servo/Motor/PWM: Avoid runtime memory alloc.
|
2023-03-16 13:25:19 +00:00 |
Phil Howard
|
bc0390b86c
|
MicroPython: Use placement new to alloc classes on GC_HEAP
|
2022-05-23 15:34:49 +01:00 |
ZodiusInfuser
|
8d0ae57f2a
|
Changed type to uint8_t
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
1efa75a590
|
Renamed C++ Servo functions to match MP
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
09e69ff8d9
|
Improvements to calibration and a calib example
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
6f41834082
|
Various changes to handle class cleanup
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
f83521d3ff
|
Expanded list/tuple support to more functions
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
e1317f432b
|
Expanded options for enabling and disabling servos, and fixed some off-by-one errors.
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
2819fb0020
|
Exposed servo value loading
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
59014f1e86
|
MP now supports assigning a new calibration to a servo
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
176362a49b
|
Updated MP bindings to support latest servo features
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
e07e248d9e
|
Big refactor of clusters to reduce memory and improve usability
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
72516b2ecc
|
Added support for servo phase adjustment
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
35bd03c02b
|
Improved Servo constructors
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
ec1f0a5ddc
|
ServoCluster states are now only created for the servos actually assigned
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
8fc1270404
|
Added additional PWM/ServoCluster constructors
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
d94a7c0718
|
Added set_frequency support to ServoCluster
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
aeb9705d15
|
Moved common PWM and MultiPWM out of servo driver, and renamed to cluster
|
2022-03-30 14:29:02 +01:00 |
ZodiusInfuser
|
196a5c6111
|
Much code refactoring and tidy up
|
2022-03-30 14:28:17 +01:00 |
ZodiusInfuser
|
413ef891ce
|
Partial hardware servo support added to MP
|
2022-03-30 14:28:17 +01:00 |
ZodiusInfuser
|
f5836e56df
|
Raised servo functions to a base class, and added ServoCluster which uses the PIO PWM.
|
2022-03-30 14:28:17 +01:00 |