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

MF Core samples cleanup + SNIP SNOP #312

Merged
merged 1 commit into from
Apr 18, 2022
Merged

Conversation

adrianstevens
Copy link
Contributor

No description provided.

Device.Pins.OnboardLedGreen, TypicalForwardVoltage.ResistorLimited, CircuitTerminationType.High);
this._bluePwmLed = new PwmLed(Device,
Device.Pins.OnboardLedBlue, TypicalForwardVoltage.ResistorLimited, CircuitTerminationType.High);
redPwmLed = new PwmLed(Device, Device.Pins.OnboardLedRed, TypicalForwardVoltage.ResistorLimited, CircuitTerminationType.High);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tend to put a parameter per line if its too long. Oherwise, the instruction might wrap akwardly on the DocFX API code block region.

@jorgedevs jorgedevs merged commit 57c2813 into develop Apr 18, 2022
@jorgedevs jorgedevs deleted the adrian-mfcore-snipsnop branch April 18, 2022 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants