Skip to content
Snippets Groups Projects

Resolve #2021 "04 16 branched from master ini file device"

Merged Taya Snijder requested to merge 2021-04-16-Branched_from_master-INI_file_device into master
1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -30,8 +30,9 @@ import os
@@ -30,8 +30,9 @@ import os
class ini_client(CommClient):
class ini_client(CommClient):
"""
"""
this class provides an example implementation of a comms_client.
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.
 
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):
def start(self):
Loading