Metadata-Version: 2.1
Name: decimaltodoubleword
Version: 1.0.0
Summary: Function to convert a decimal integer to four byte doubleword
Home-page: https://github.com/saschahoeche
License: UNKNOWN
Author: Sascha Hoeche
Author-email: sascha.hoeche@gmx.com
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)

# Decimal to doubleword

This package contains a function to easily generate the values
assigned to bytes 19 - 22 when using the Modbus TCP on the
Igus Dryve D1 controller.

## How to use

Import with:

```python
from decimaldoubleword import ddConverter as conv
```

Now calling conv() with a decimal argument returns a correctly
formatted list in the shape of (Byte 19, Byte 20, Byte 21, Byte 22)

