2024-06-15 23:22:31 +02:00

9 lines
258 B
Python

'''
This decoder stacks on top of the 'spi' PD and decodes the protocol spoken
by the Trinamic TMC429 motion controller chip.
Details:
https://www.trinamic.com/fileadmin/assets/Products/ICs_Documents/TMC429_datasheet.pdf
'''
from .pd import Decoder