When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.
- The code must compile without error. If possible, test the SDK with hardware, using ethercat_device_configurator.
- Update the README.md and Usage.md with details of changes to the SDK, this includes new methods and new
Pdo
andModeOfOperation
types. - Add BSD License header to new files created.
- Format your code using
clang-format
following the style specified in .clang-format. - The Pull Request will be reviewed by the maintainers before merging.
This Contributing Guideline is adapted from PurpleBooth/Good-CONTRIBUTING.md-template.md