Merge branch 'development'
Version to 1.0.1
Fixed scan output
Fixed syncing and setting poweroff text
Added burden calculation
Changed uncertainties implementation
Using properties
Small changes
Using sys.exit() instead of exit()
Version now dry in File
Multiple small changes
Introduced debug_logger
Fixed get_memory_type()
Introduced get_error_string()
Added Definitions for status bytes
Fixed ROUND_DOWN import
Code updates for Python 3
Changed debug message format and fixed get_send() and get_set() functions
Fixes for installed package
Merge branch 'release/release-0.0.3'
Merge tag 'release-0.0.3' into development
metrahitcontrol is now able to set poweroff text
Updated gitignore
Defering string formatting in metrahitcontrol
Added verbose option to metrahitcontrol
Merge branch 'release_0.0.2'
Merge branch 'release_0.0.2' into development
updated Changelog
Version to 0.0.2
Added serial port scan functionality for Window...
MetrahitBluetooth.scan() does not raise excepti...
Fixed duty cycle uncertainty calculation
Added frequency dependent uncertainties
Changed uncertainty table
Merge branch 'release_0.0.1' into development
Moved timestamp from StoredData to Value
Version to 0.0.1
Merge branch 'release_0.0.1'
Added some documentation.
Made extract_full_value private
get_error() now returns an integer
delete_memory() now returns self
Using Decimal instead of float()
Fixed problem with zero values not recognized
Changed get_full_value() from VAL:F? to VAL:L? ...
Added optional package dependencies
Moved uncertainty calculation to Value
Changed stored value retrieval
Added roadmap for next steps
First import
First commit adding gitignore