Skip to content

Commit 0e3b8ca

Browse files
committed
LINT fixes
1 parent bfaeeb7 commit 0e3b8ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
This package contains a collection of structured data types for specific applications. This includes types for hardware components that are available inside the SIMATIC ecosystem and standardized communication types.
66

77
Currently, there are data types available for the following:
8+
89
- Modules for the ET 200MP distributed IO system
910
- Modules for the ET 200SP distributed IO system
1011
- Modules for IO modules of the SIMATIC S7-1500 compact PLC
@@ -44,13 +45,17 @@ Simatic.Ax.Types.WithOffset;
4445

4546
1. Add the package to your repository as a dependency
4647
2. Depending on if you want to use the data type with or without offsets, add either
48+
4749
```iec-st
4850
USING Simatic.Ax.Types.WithOffset;
4951
```
52+
5053
or
54+
5155
```iec-st
5256
USING Simatic.Ax.Types.NoOffset;
5357
```
58+
5459
to the file where you want to use the data type
5560
3. Use the data type in your project as if you would have created it in your project
5661

0 commit comments

Comments
 (0)