Skip to content

Commit 990a67f

Browse files
committed
Fix port 13 PWM for Empyrean Alpha
1 parent f877d4a commit 990a67f

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

arduino/etherkit-samd-1.0.0.zip

-1 Bytes
Binary file not shown.

arduino/etherkit-samd-1.0.0/variants/empyrean_alpha/variant.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ const PinDescription g_APinDescription[]=
134134
{ PORTA, 19, PIO_TIMER_ALT, (PIN_ATTR_DIGITAL|PIN_ATTR_PWM|PIN_ATTR_TIMER_ALT), No_ADC_Channel, PWM0_CH3, TCC0_CH3, EXTERNAL_INT_3 }, // TCC0/WO[3]
135135

136136
// 13 (LED)
137-
{ PORTA, 17, PIO_PWM, (PIN_ATTR_DIGITAL|PIN_ATTR_PWM), No_ADC_Channel, PWM2_CH1, NOT_ON_TIMER, EXTERNAL_INT_1 }, // TCC2/WO[1]
137+
{ PORTA, 17, PIO_PWM, (PIN_ATTR_DIGITAL|PIN_ATTR_PWM|PIN_ATTR_TIMER), No_ADC_Channel, PWM2_CH1, TCC2_CH1, EXTERNAL_INT_1 }, // TCC2/WO[1]
138138

139139
// 14..19 - Analog pins
140140
// --------------------
@@ -218,4 +218,3 @@ void SERCOM5_Handler()
218218
{
219219
Serial.IrqHandler();
220220
}
221-

arduino/package_etherkit_index.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"url": "https://etherkit.github.io/arduino/etherkit-samd-1.0.0.zip",
2121
"archiveFileName": "etherkit-samd-1.0.0.zip",
22-
"checksum": "SHA-256:282356e19cc3a8ec6f1c1252a381513df3a5ec48f542f44dbaf8b3f01615d792",
23-
"size": "1253788",
22+
"checksum": "SHA-256:93a900aae43b174b31627d3e6656d8a2f497fb6fdb2be21eadd27c703c0db70e",
23+
"size": "1253787",
2424
"boards": [
2525
{"name": "Empyrean Alpha"},
2626
{"name": "Empyrean Beta"}

0 commit comments

Comments
 (0)