- Dec 15, 2016
-
-
Cristian Maglie authored
-
- Dec 14, 2016
-
-
Sandeep Mistry authored
-
- Dec 13, 2016
-
-
Sandeep Mistry authored
-
- Dec 07, 2016
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Nov 25, 2016
-
-
Sandeep Mistry authored
-
- Oct 26, 2016
-
-
Sandeep Mistry authored
-
agdl authored
This commit enables PWM on pin 11 instead of pin A4 on MKR1000 improving UNO pinout compatibility
-
- Jul 25, 2016
-
-
agdl authored
-
- Apr 19, 2016
-
-
Sandeep Mistry authored
-
- Apr 06, 2016
-
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
-
Sandeep Mistry authored
Change digitalPinToInterrupt to return pin, and use g_APinDescription[pin].ulExtInt to map pin inside attachInterrupt/detachInterrupt This brings things inline with the atachInterrupt documentation for usage: attachInterrupt(digitalPinToInterrupt(pin), ISR, mode);
-
- Apr 05, 2016
-
-
Sandeep Mistry authored
-
- Apr 04, 2016
-
-
Sandeep Mistry authored
-
- Mar 31, 2016
-
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Mar 30, 2016
-
-
Cristian Maglie authored
Fix #126
-
- Feb 19, 2016
-
-
Cristian Maglie authored
The pin mapping is still subject to change, better to not distribute files that are not final.
-
- Feb 11, 2016
-
-
Sandeep Mistry authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
Cristian Maglie authored
-
- Nov 20, 2015
-
-
Cristian Maglie authored
The variant's file compliance is now determined using a define named ARDUINO_SAMD_VARIANT_COMPLIANCE that refer to the minimum core version required for this variant file to work.
-
Cristian Maglie authored
Pins A1/A2 uses TC4 to generate PWM, the same used in Servo library, so both cannot work together.
-
Cristian Maglie authored
The attribute ATTR_ANALOG is needed to select DAC, so it has been removed from pins A1..A5 that doesn't have a DAC.
-
Cristian Maglie authored
The selection of the correct timer peripheral is now decided through the PIN_ATTR_{TIMER/TIMER_ALT} attribute.
-
- Sep 04, 2015
-
-
Cristian Maglie authored
See #30
-
- Aug 10, 2015
-
-
Thibaut VIARD authored
-
- Jun 18, 2015
-
-
Cristian Maglie authored
-
- Jun 10, 2015
-
-
Cristian Maglie authored
-
- Jun 05, 2015
-
-
Fede85 authored
Now PA14 is connected to Arduino Zero digital pin 2(NO-PWM) and PA08 is connected to digial pin 4(PWM) Also connected PA13 to Arduino Zero ATN pin
-
- May 27, 2015
-
-
Thibaut VIARD authored
-
- Apr 15, 2015
-
-
Cristian Maglie authored
Bootloader is activated by quickly double tapping to the reset button
-
- Mar 27, 2015
-
-
Claudio Indellicati authored
-
- Mar 23, 2015
-
-
Thibaut VIARD authored
-
- Mar 18, 2015
-
-
Thibaut VIARD authored
Signed-off-by:
Thibaut VIARD <thibaut.viard@atmel.com>
-