Commit Graph

7 Commits

Author SHA1 Message Date
Sebastian H. Gabrielli
1eaeeef9a0 Read temperature over I2C works
Has not been tested with thermistor as I didn't have the hardware.
Testing with a hardcoded positive number works.
2024-04-24 13:24:15 +02:00
Sebastian H. Gabrielli
bf3753a012 I2C bulk fan read works 2024-04-23 15:31:32 +02:00
Sebastian H. Gabrielli
5ea7be0728 Explain pos variable 2024-04-16 16:20:32 +02:00
Sebastian H. Gabrielli
7e59368252 Implement handling reading more than one byte 2024-04-16 15:35:43 +02:00
Sebastian H. Gabrielli
9fd877aab5 Command handing works!
The command handler can now receive a command, then it can run a
function / return some data based on it.
2024-04-16 15:30:38 +02:00
Sebastian H. Gabrielli
45bc800397 Implement command parser up to second parameter
The command parser has been implemented for all options other than the
config option.

See #1
2024-03-06 13:51:52 +01:00
Sebastian H. Gabrielli
06d5c3c464 Create basic command handler skeleton
The groundwork for the command handler has been created.
2024-03-06 13:20:10 +01:00