Skip to content
Snippets Groups Projects
Commit 9522544d authored by Jan David Mol's avatar Jan David Mol
Browse files

Update ini_client.py

parent 7b3c04ad
No related branches found
No related tags found
1 merge request!24Resolve #2021 "04 16 branched from master ini file device"
......@@ -30,8 +30,9 @@ import os
class ini_client(CommClient):
"""
this class provides an example implementation of a comms_client.
Durirng initialisation it creates a correctly shaped zero filled value. on read that value is returned and on write its modified.
This class provides an example implementation of a comms_client.
During initialisation, it creates a correctly shaped zero-filled value. On read, that value is returned, and on write it is modified.
"""
def start(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment