29 Commits

Author SHA1 Message Date
Conr86
525202cc09 Fixed package issues 2019-09-17 13:30:33 +10:00
Conr86
411f02dcff Reorganised repo 2019-07-09 13:36:59 +10:00
Connor
6415737639 Updated naming conventions, remerged test into source file 2019-06-28 20:48:45 +10:00
Conr86
9624e17d83 Fixed test 2019-06-22 17:35:44 +10:00
Conr86
4589b9b8cb Reworked module 2019-06-22 17:35:11 +10:00
Conr86
e7cb94e364 Added test, fixed typo 2019-06-22 17:15:44 +10:00
zinob
32d381c261 Removes completely unneccesary Requests dependency. 2018-10-04 11:56:19 +02:00
Simon Albinsson
1a5162c70b sgp30: Now passes tests under py3k 2018-04-23 20:53:14 +00:00
Simon Albinsson
d08601a82a Removes some dead-code and imports 2018-04-23 19:38:46 +00:00
Simon Albinsson
f21f54f7cd Adds set air quality, some work on base-line save 2018-04-16 12:51:28 +00:00
Simon Albinsson
d5ba6a9cab New main fuction should actually be usefull. 2018-04-16 12:46:23 +00:00
Simon Albinsson
5a3bfcfd3d removes unneccesary bind
There is no point in binding rw-function to the right bus-object if we
are already in an object that is bound to a bus.
2018-04-16 12:43:45 +00:00
Simon Albinsson
ac4446cb36 Re-adds a sleep that got lost in refactorization 2018-04-13 09:26:11 +00:00
Simon Albinsson
3c9c402dad Further fixing of op-codes 2018-04-13 08:52:48 +00:00
Simon Albinsson
874d95335e Fixes invalid invalid op-codeds 2018-04-13 08:42:54 +00:00
Simon Albinsson
e82bdb3a5b Fixes some comments and messages 2018-04-12 22:50:42 +00:00
Simon Albinsson
33a1a15b20 sgp30: refactor load-save-baseline 2018-04-12 22:46:16 +00:00
Simon Albinsson
cc50d4a735 Fixes bug due to accidental line dupplication 2018-04-12 21:52:36 +00:00
Simon Albinsson
b42c4f33e1 adds crc-check to read_write method 2018-04-12 21:41:58 +00:00
Simon Albinsson
e102eef198 bug fixes after refactoring of general call 2018-04-12 21:04:28 +00:00
Simon Albinsson
afc8f18456 fixes most basic init 2018-04-12 19:52:03 +00:00
Simon Albinsson
65317ef504 Still dosnt work but now it compiles 2018-04-12 16:10:46 +00:00
Simon Albinsson
ceb161c6a8 adds tests for crc 2018-04-12 15:32:43 +00:00
Simon Albinsson
d4dc8220f7 adds class for crc8 calculations 2018-04-12 15:30:49 +00:00
Simon Albinsson
20f98cdf61 Start of init function
The first parts of the init function. This should be the most neccesary
info that the class needs.
2018-04-07 22:55:45 +00:00
Simon Albinsson
8415d2594b Short warning about the general call command 2018-04-07 22:52:33 +00:00
Simon Albinsson
866814fe59 Utility method for generating set-baseline
Realy the read/write command should probbably get updated to be able to
tale some additional data for writing but meh... creating an utility
function to generate extra-data is also workable, even if it creates
some unneccesary objects...
2018-04-07 22:38:36 +00:00
Simon Albinsson
3e10e27c85 created class, removed a few unneccesary rows
In order to make edits to class readable i commit this mostly white
space edit. Further more it removes a few application specific or
testing lines.
2018-04-07 22:28:33 +00:00
Simon Albinsson
b9c17cd791 startng to structure like a real package 2018-04-07 22:19:31 +00:00