We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e034b1a commit 4b41eecCopy full SHA for 4b41eec
CHANGELOG
@@ -4,6 +4,9 @@ SAMD CORE 1.6.3
4
* Bugfix: added missing Serial.begin(baud, config) method. Thanks @tuxedo0801
5
* Bootloader: 32Khz external oscillator is now used, improves USB clock. Thanks @aethaniel
6
* Bootloader: Clean up of makefiles and file organization. Thanks @aethaniel
7
+* Added PWM capability to pins A1/A2 of Arduino Zero.
8
+* variant.h/cpp: PWM capability is now determined by PIN_ATTR_PWM combined with
9
+ PIN_ATTR_TIMER or PIN_ATTR_TIMER_ALT for timer selection.
10
11
SAMD CORE 1.6.2 2015.11.03
12
0 commit comments