Sebastian H. Gabrielli
|
b858d29ce8
|
Make read bulk fan speed read correctly from the array
|
2024-04-30 11:21:26 +02:00 |
|
Sebastian H. Gabrielli
|
bcd631001b
|
Current fan speed now returns the last fan speed measured
|
2024-04-30 11:10:26 +02:00 |
|
Sebastian H. Gabrielli
|
ae1c50ee09
|
Writing config works
|
2024-04-27 15:39:46 +02:00 |
|
Sebastian H. Gabrielli
|
f654ae96f6
|
Add case structure for better handling of future config params
A case structure to send the correct config value has been added.
|
2024-04-27 14:55:44 +02:00 |
|
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 |
|