Skip to content

Ss brake clean #102

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

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Ss brake clean #102

wants to merge 4 commits into from

Conversation

Knhwong
Copy link

@Knhwong Knhwong commented Mar 6, 2023

Same as brake, makes things cleaner.

@Knhwong Knhwong requested a review from kshxtij as a code owner March 6, 2023 18:52
void release();

private:
const std::uint8_t pin_;
Copy link
Member

Choose a reason for hiding this comment

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

This isn't used anywhere?

Copy link
Member

Choose a reason for hiding this comment

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

It's explicitly used in constructor for writer but nowhere else?

class Brakes {
public:
Brakes(const std::uint8_t pin, const io::IGpio gpio);
void stop();
Copy link
Member

Choose a reason for hiding this comment

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

Document these?

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.

3 participants