aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/wiring_digital.c
AgeCommit message (Expand)Author
2022-03-07rename arduino core dir to xinputHEADmasterHampusM
2021-05-26Correct typos in comments and documentationper1234
2015-09-18Fixed wrong condition in turnOffPWM(..)Cristian Maglie
2015-07-03Removed a handful of SVN expansion keywords. See #277Federico Fissore
2014-05-16Support TIMER1CMatthijs Kooijman
2012-01-10Merge branch 'master' of github.com:arduino/Arduino into new-extensionZach Eveland
2012-01-02Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen).David A. Mellis
2011-12-18fixed digitalWrite on timer 4 pins (D6 and D13)Zach Eveland
2011-12-11fixed TIMER4 use on LeonardoZach Eveland
2011-10-24Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc.David A. Mellis
2011-03-03Removing optimized digitalWrite(), digitalRead(), pinMode().David A. Mellis
2011-02-18Revert "Changes to optimized digitalWrte(), etc."David A. Mellis
2011-02-18Revert "Adding noAnalogWrite() function to disable PWM."David A. Mellis
2011-02-12Adding noAnalogWrite() function to disable PWM.David A. Mellis
2011-02-11Changes to optimized digitalWrte(), etc.David A. Mellis
2011-02-11Optimized digitalWrite(), etc. from Alvaro Lopez.David A. Mellis
2010-10-17Modifying basic functions (digital and analog, read and write) to use registe...David A. Mellis
2010-09-081280 -> 1280/2560.David A. Mellis
2010-06-12Disabling interrupts while digitalWrite() and pinMode() modify registers (iss...David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-03-25Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.David A. Mellis
2008-11-01Switching tests for __AVR_ATmega168__ to tests for __AVR_ATmega8__ so that le...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis