-
Notifications
You must be signed in to change notification settings - Fork 55
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
add guide for creating plc libraries #1213
Conversation
Co-authored-by: Michael <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1213 +/- ##
==========================================
- Coverage 95.62% 91.01% -4.61%
==========================================
Files 150 153 +3
Lines 42657 44929 +2272
==========================================
+ Hits 40789 40893 +104
- Misses 1868 4036 +2168 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems like all open conversations have been resolved. LGTM!
This guide outlines the specialties of IEC61131 in comparison to languages like c/cpp and shall act as help when creating a plc interface for external libraries.