Skip to content

Commit

Permalink
re-docs: poweradjust3: Add control bin and corresponding pattern
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Anderweit <[email protected]>
  • Loading branch information
leoratte committed May 2, 2024
1 parent dd247cf commit 8b36d76
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Binary file added re-docs/poweradjust3/control_report.bin
Binary file not shown.
17 changes: 17 additions & 0 deletions re-docs/poweradjust3/poweradjust3-control.hexpat
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
u8 fan_ctrl_mode @ 0x1;
u8 pwm @ 0x2;
le u16 flow_rate_ticks @ 0x5;
le u16 fan_speed_target @ 0x7;
u8 aquabus_address @ 0xb;
le s16 temp_offset @ 0xc;
le u16 alarm_temp_limit @ 0xe;
le u16 flow_rate_limit @ 0x10;
u8 alarm_settings @ 0x12;
u8 speed_out_mode @ 0x13;
u8 start_boost @ 0x14;
u8 start_boost_power @ 0x15;
u8 start_boost_duration @ 0x16;
le u16 pid_p @ 0x25;
le u16 pid_i @ 0x27;
le u16 pid_d @ 0x29;
le u16 current_offset @ 0x2b;

0 comments on commit 8b36d76

Please sign in to comment.