mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Implemented FRCSim artf2628, fixed bugs in non-sim Relay.java and sim PWM.cpp.
Change-Id: Ic00fcd5026ce0570c79a65be178e45eeb94b3deb
This commit is contained in:
committed by
Alex Henning
parent
461e359484
commit
dc48dc7f7b
@@ -34,7 +34,7 @@ void PWM::InitPWM(uint32_t channel)
|
||||
return;
|
||||
}
|
||||
|
||||
sprintf(buf, "pwm/1/%d", channel);
|
||||
sprintf(buf, "pwm/%d", channel);
|
||||
impl = new SimContinuousOutput(buf);
|
||||
m_channel = channel;
|
||||
m_eliminateDeadband = false;
|
||||
|
||||
Reference in New Issue
Block a user