Skip to content

Commit

Permalink
https://github.com/rusefi/rusefi/issues/6781
Browse files Browse the repository at this point in the history
revive MC33816 driver, also support bus sharing #6781

hiding methods for now, looks like no public consumers?
  • Loading branch information
rusefillc committed Aug 27, 2024
1 parent 1359a72 commit e75187f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pt2001/include/rusefi/pt2001.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,16 @@ class Pt2001Base {
fault = p_fault;
}

private:
// method not public since does not acquire/release bus yet!
// Re-read timing configuration and reconfigure the chip. This is safe to call while operating.
void setTimings();

// method not public since does not acquire/release bus yet!
// Set the boost voltage target. This is safe to call while operating.
void setBoostVoltage(float volts);

public:
McFault fault = McFault::None;
uint16_t status = 0;
uint16_t status5 = 0;
Expand Down

0 comments on commit e75187f

Please sign in to comment.