Skip to content

Commit f877d4a

Browse files
committed
Fix pin 13 definition error in variants.cpp
1 parent e802860 commit f877d4a

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_beta/variant.cpp

+1-2
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

+2-2
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:d1d1828a2938b8ac386a683789c54aff066f5bc029751401672232842c1c5326",
23-
"size": "1253789",
22+
"checksum": "SHA-256:282356e19cc3a8ec6f1c1252a381513df3a5ec48f542f44dbaf8b3f01615d792",
23+
"size": "1253788",
2424
"boards": [
2525
{"name": "Empyrean Alpha"},
2626
{"name": "Empyrean Beta"}

0 commit comments

Comments
 (0)