Skip to content

Conversation

@iMega34
Copy link

@iMega34 iMega34 commented Oct 27, 2024

Includes:

  • The definition of methods to abstract common functions for sending and reading signal
  • A function for stopping the operation of a controller
  • Setter and getter for a type attribute used for debugging purposes

Copy link
Contributor

@JorgePerC JorgePerC left a comment

Choose a reason for hiding this comment

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

Pls, review comments

// Abstract functions
virtual void sendSignal(uint32_t);
virtual uint32_t readSignal();
virtual void stopActuator(uint32_t);
Copy link
Contributor

Choose a reason for hiding this comment

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

Este por qué?

Copy link
Author

Choose a reason for hiding this comment

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

Creo que lo habia puesto para tener explícito un método para asignar a 0 el valor del actuador, pero si gustas lo puedo eliminar

@iMega34 iMega34 closed this by deleting the head repository Dec 9, 2025
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