libdigiapix: set MCA PWM1 (MCA_IO5) by default on CC8X

This PWM signal is available on the expansion connector
of both the SBC Express and SBC Pro.

Signed-off-by: Hector Palacios <hector.palacios@digi.com>
This commit is contained in:
Hector Palacios 2019-01-24 13:41:15 +01:00
parent ed2c497497
commit 74e346262e
2 changed files with 4 additions and 4 deletions

View File

@ -21,8 +21,8 @@ DEFAULT_SPI = 32766,0
[PWM]
# TODO: PWM not currently supported
DEFAULT_PWM = 0,0
# MCA PWM1 channel 0 on Expansion connector (MCA_IO5)
DEFAULT_PWM = 7,0
[ADC]

View File

@ -21,8 +21,8 @@ DEFAULT_SPI = 32766,0
[PWM]
# TODO: PWM not currently supported
DEFAULT_PWM = 0,0
# MCA PWM1 channel 0 on Expansion connector (MCA_IO5)
DEFAULT_PWM = 7,0
[ADC]