mariusgreuel / dwfpy

Digilent WaveForms for Python
MIT License
17 stars 5 forks source link

Fix mismatched types with API for CAN protocol functions #1

Closed skinnynerd closed 1 year ago

skinnynerd commented 1 year ago

Initializing CAN was giving: ctypes.ArgumentError: argument 6: <class 'TypeError'>: expected LP_c_ubyte instance instead of int. This is a naive fix to get that to work

mariusgreuel commented 1 year ago

Looks good, thank you!