Skip to content

Conversation

@krwq
Copy link
Member

@krwq krwq commented Mar 16, 2023

Fix build:

  • Run:
build -pack /p:ApiCompatGenerateSuppressionFile=true
  • change pipelines configuration (some settings prevented helix from running)
  • attempt to fix PWM tests
Microsoft Reviewers: Open in CodeFlow

@krwq krwq closed this Mar 17, 2023
@krwq krwq reopened this Mar 17, 2023
@krwq krwq force-pushed the update-compat-suppressions branch from f699689 to b022903 Compare March 17, 2023 10:06
@Ellerbach
Copy link
Member

We should be able to change programmatically the pin behavior:

protected override void ActivatePinMode(int pinNumber, PinUsage usage)

So something like:

RaspberryPiBoard board = new();
board.ActivatePinMode(12, PinUsage.Pwm);

should set the PWM mode

@krwq krwq changed the title Update CompatibilitySuppressions.xml Fix build Mar 17, 2023
@krwq krwq merged commit 6e238a0 into dotnet:main Mar 17, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants