mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
[hal] Add support for DMA to Java (#3158)
This commit is contained in:
@@ -41,6 +41,7 @@ class TestBench {
|
||||
static constexpr uint32_t kFakeSolenoid2Channel = 13;
|
||||
static constexpr uint32_t kFakeRelayForward = 18;
|
||||
static constexpr uint32_t kFakeRelayReverse = 19;
|
||||
static constexpr uint32_t kFakePwmOutput = 14;
|
||||
|
||||
/* Relay channels */
|
||||
static constexpr uint32_t kRelayChannel = 0;
|
||||
|
||||
Reference in New Issue
Block a user