Skip to content

Commit

Permalink
add documentation meta
Browse files Browse the repository at this point in the history
  • Loading branch information
Solo-FL committed May 13, 2023
1 parent 4331dfc commit 493da90
Show file tree
Hide file tree
Showing 11 changed files with 2,016 additions and 415 deletions.
9 changes: 8 additions & 1 deletion SoloPy/ConstantCanopen.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Title: SoloPy
# Author: SOLOMotorControllers
# Date: 2023
# Code version: 3.0.0
# Code version: 3.1.0
# Availability: https://github.com/Solo-FL/SoloPy/tree/main/SoloPy
# This Library is made by SOLOMotorControllers.COM
# please visit: https://www.SOLOMotorControllers.com/
Expand Down Expand Up @@ -74,3 +74,10 @@
Object_DeviceFirmwareVersion = 0x303A
Object_DeviceHardwareVersion = 0x303B
Object_EncoderIndexCounts = 0x303D
Object_ASRDC = 0x303E
Object_MotionProfileMode = 0x303F
Object_MotionProfileVariable1 = 0x3040
Object_MotionProfileVariable2 = 0x3041
Object_MotionProfileVariable3 = 0x3042
Object_MotionProfileVariable4 = 0x3043
Object_MotionProfileVariable5 = 0x3044
2 changes: 1 addition & 1 deletion SoloPy/ConstantCommon.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Title: SoloPy
# Author: SOLOMotorControllers
# Date: 2023
# Code version: 3.0.0
# Code version: 3.1.0
# Availability: https://github.com/Solo-FL/SoloPy/tree/main/SoloPy
# This Library is made by SOLOMotorControllers.COM
# please visit: https://www.SOLOMotorControllers.com/
Expand Down
17 changes: 16 additions & 1 deletion SoloPy/ConstantUart.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Title: SoloPy
# Author: SOLOMotorControllers
# Date: 2023
# Code version: 3.0.0
# Code version: 3.1.0
# Availability: https://github.com/Solo-FL/SoloPy/tree/main/SoloPy
# This Library is made by SOLOMotorControllers.COM
# please visit: https://www.SOLOMotorControllers.com/
Expand Down Expand Up @@ -64,6 +64,14 @@
WriteSpeedAccelerationValue = 0x2A
WriteSpeedDecelerationValue = 0x2B
WriteCanBusBaudRate = 0x2C
WriteCanBusBaudRate = 0x2C
WriteASRDC = 0x2D
WriteMotionProfileMode = 0x30
WriteMotionProfileVariable1 = 0x31
WriteMotionProfileVariable2 = 0x32
WriteMotionProfileVariable3 = 0x33
WriteMotionProfileVariable4 = 0x34
WriteMotionProfileVariable5 = 0x35

ReadDeviceAddress = 0x81
ReadPhaseAVoltage = 0x82
Expand Down Expand Up @@ -124,4 +132,11 @@
ReadSpeedAccelerationValue = 0xB4
ReadSpeedDecelerationValue = 0xB5
ReadCanBusBaudRate = 0xB6
ReadASRDC = 0xB7
ReadEncoderIndexCounts = 0xB8
ReadMotionProfileMode = 0xBB
ReadMotionProfileVariable1 = 0xBC
ReadMotionProfileVariable2 = 0xBD
ReadMotionProfileVariable3 = 0xBE
ReadMotionProfileVariable4 = 0xBF
ReadMotionProfileVariable5 = 0xC0
Loading

0 comments on commit 493da90

Please sign in to comment.