Commit Graph

11 Commits

Author SHA1 Message Date
Sebastian H. Gabrielli
dd624d4d48 Reading config parameter works 2024-04-27 14:52:46 +02:00
Sebastian H. Gabrielli
b8d19731ad Clear fan data works 2024-04-24 15:43:27 +02:00
Sebastian H. Gabrielli
822845cc7a Read temperature command works 2024-04-24 13:40:45 +02:00
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
d964ebea37 Handle read single fan speed 2024-04-23 15:45:41 +02:00
Sebastian H. Gabrielli
bf3753a012 I2C bulk fan read works 2024-04-23 15:31:32 +02:00
Sebastian H. Gabrielli
b1ca4c05bf Rename foo in command handler to a more descirptive name
"foo" -> "command_byte"
2024-04-16 16:17:35 +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