mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-22 01:11:42 +00:00
[xrp] Update XRP for new SparkFun RP2350 Board (#7880)
Enables servos 3 and 4 usage on the new XRP board.
This commit is contained in:
@@ -15,8 +15,8 @@
|
||||
|
||||
using namespace frc;
|
||||
|
||||
std::map<int, std::string> XRPServo::s_simDeviceMap = {{4, "servo1"},
|
||||
{5, "servo2"}};
|
||||
std::map<int, std::string> XRPServo::s_simDeviceMap = {
|
||||
{4, "servo1"}, {5, "servo2"}, {6, "servo3"}, {7, "servo4"}};
|
||||
|
||||
std::set<int> XRPServo::s_registeredDevices = {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user