docs
This commit is contained in:
parent
852852b19f
commit
e602c7a76b
|
@ -9,7 +9,7 @@
|
|||
class DcMotor
|
||||
{
|
||||
public:
|
||||
/* unit tests rusefi_test.exe crash with this, why?
|
||||
/* unit tests rusefi_test.exe crashes with this, why?
|
||||
virtual void Set(float duty) = 0;
|
||||
*/
|
||||
};
|
||||
|
@ -23,11 +23,11 @@ private:
|
|||
public:
|
||||
TwoPinDcMotor(SimplePwm* pwm, OutputPin* dir1, OutputPin* dir2);
|
||||
|
||||
/* unit tests rusefi_test.exe crash with this, why?
|
||||
/* unit tests rusefi_test.exe crashes with this, why?
|
||||
virtual
|
||||
*/
|
||||
void Set(float duty)
|
||||
/* unit tests rusefi_test.exe crash with this, why?
|
||||
/* unit tests rusefi_test.exe crashes with this, why?
|
||||
override
|
||||
*/
|
||||
;
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
|
||||
https://rusefi.com/forum/viewtopic.php?f=4&t=577
|
|
@ -24,7 +24,8 @@ todo: move Connectors wiki page content into git
|
|||
* [CAN module](can_board) CAN using SN65HVD230
|
||||
* [VR module](VR_Board) Variable Reluctance conditioner board VR MAX9926
|
||||
* [Wideband module](CJ125_board) CJ125 Bosch Wideband board
|
||||
* [TLE6240GP module](low_side_tle6240) - integrated low side switch
|
||||
* [TLE6240 module](low_side_tle6240) - integrated low side switch
|
||||
* [TLE6244 module](Breakout_TLE6244) - integrated low side switch
|
||||
|
||||
### Frankenstein
|
||||
|
||||
|
|
Loading…
Reference in New Issue