Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FTx: Invert Data and direction position when setting up outputs for SPI mode #2362

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ProtectedVariable
Copy link

@ProtectedVariable ProtectedVariable commented Nov 14, 2024

The opcode specification says that data comes before direction. The current code prevents the clock pin from outputting the clock signal.

I've tested with a FT232H and the previous version made PIN D0 output a constant 3.3v signal. With the changes it outputs the clock signal

Microsoft Reviewers: Open in CodeFlow

The opcode specification says that data comes before direction. The current code prevents the clock pin from outputting the clock signal
@dotnet-policy-service dotnet-policy-service bot added the area-device-bindings Device Bindings for audio, sensor, motor, and display hardware that can used with System.Device.Gpio label Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-device-bindings Device Bindings for audio, sensor, motor, and display hardware that can used with System.Device.Gpio
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant