Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

added static method to create SciSolenoid<DoubleSolenoid.Value> #35

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

Conversation

miscsb
Copy link
Contributor

@miscsb miscsb commented Feb 25, 2020

No description provided.

return new SciSolenoid<DoubleSolenoid.Value>(pdpPort, ports, Value.kForward, Value.kReverse, Value.kOff);
}

public static SciSolenoid<DoubleSolenoid.Value> defauSolenoid(int[] ports) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
public static SciSolenoid<DoubleSolenoid.Value> defauSolenoid(int[] ports) {
public static SciSolenoid<DoubleSolenoid.Value> defaultSolenoid(int[] ports) {

Typo

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