mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +00:00
Changed AnalogChannel to AnalogInput, added AnalogOutput for MXP
Change-Id: I863d89c61ff2cf4a7a3aeeca1296978e728758b6
This commit is contained in:
@@ -53,7 +53,7 @@ AnalogModule::AnalogModule(uint8_t moduleNumber)
|
||||
, m_moduleNumber(moduleNumber)
|
||||
, m_ports()
|
||||
{
|
||||
for (uint32_t i = 0; i < kAnalogChannels; i++)
|
||||
for (uint32_t i = 0; i < kAnalogInputs; i++)
|
||||
{
|
||||
void* port = getPortWithModule(moduleNumber, i);
|
||||
int32_t status = 0;
|
||||
|
||||
Reference in New Issue
Block a user