mirror of https://github.com/rusefi/wideband.git
pwm fun
This commit is contained in:
parent
545fd5575a
commit
24d7c714d1
|
@ -23,6 +23,9 @@ int main(void) {
|
|||
heaterPwm.Start();
|
||||
pumpDac.Start();
|
||||
|
||||
heaterPwm.SetDuty(0.2f);
|
||||
pumpDac.SetDuty(0.4f);
|
||||
|
||||
while (true) {
|
||||
// dummy data
|
||||
SendCanData(0.5f, 300);
|
||||
|
|
Loading…
Reference in New Issue