Martino Facchin
|
363fa3b913
|
Servo: update version to 1.1.2
|
2016-03-08 15:23:06 +01:00 |
|
Alice Pintus
|
8d3c4dbfec
|
update sentences
|
2016-03-01 16:09:50 +01:00 |
|
Phillip Stevens
|
fae8c42224
|
Added to #define for 1284/1284p Timer 3 inclusion.
ATmega1284/ATmega1284p have a 16 bit Timer 3 (not present in the ATmega644 and below).
Add to the #define to use Timer 3 or Timer 1 optionally.
|
2016-02-09 11:23:06 +11:00 |
|
Cristian Maglie
|
dc8fcde7f7
|
Updated Servo library version
|
2015-10-28 16:01:46 +01:00 |
|
Federico Fissore
|
5e98cd8528
|
Examples: mass code format. See example_formatter.conf
|
2015-07-06 15:19:05 +02:00 |
|
Claudio Indellicati
|
1f8c9642a3
|
Servo library for the SAMD architecture.
|
2015-06-18 10:57:14 +02:00 |
|
Federico Fissore
|
9166828bfe
|
Due to website configuration changes, every url starting with http://arduino.cc has been changed to http://www.arduino.cc. Fixes #3191
|
2015-05-20 17:10:06 +02:00 |
|
Federico Fissore
|
5519f15663
|
Libraries: added help files to mitigate missing contextual reference issue
|
2015-04-23 17:19:15 +02:00 |
|
Federico Fissore
|
e720bb058d
|
Audio and Servo library version bump
|
2015-04-23 13:28:17 +02:00 |
|
Arturo Guadalupi
|
9eb2bac42e
|
First licenses review
|
2015-04-23 12:53:30 +02:00 |
|
Federico Fissore
|
f7106ecc65
|
Libraries: version now compliant with semver. See http://semver.org/
|
2015-03-27 15:01:49 +01:00 |
|
Arturo Guadalupi
|
ce412a0461
|
Added README.adoc for the library manager project
|
2015-01-16 17:14:02 +01:00 |
|
Cristian Maglie
|
6d7751cf5f
|
Fixed some libraries metadata.
|
2015-01-16 12:22:24 +01:00 |
|
Fede85
|
b02e85ceb2
|
modified sentences in library.properties files
|
2014-07-18 19:41:34 +02:00 |
|
Cristian Maglie
|
4b7302692c
|
Servo library to format 1.5 rev.2
|
2014-01-02 00:20:31 +01:00 |
|
Cristian Maglie
|
32832069ce
|
Fixed compile error on StandardFirmata example.
Revert "Servo library refactoring. See #1617"
This reverts commit e8834d32f3 .
See #1617
|
2013-11-18 11:41:45 +01:00 |
|
Cristian Maglie
|
853be57648
|
Merge remote-tracking branch 'arduino/master' into ide-1.5.x
Conflicts:
libraries/Ethernet/examples/XivelyClient/XivelyClient.ino
libraries/Ethernet/examples/XivelyClientString/XivelyClientString.ino
libraries/GSM/examples/GSMXivelyClient/GSMXivelyClient.ino
libraries/GSM/examples/GSMXivelyClientString/GSMXivelyClientString.ino
libraries/Servo/examples/Knob/Knob.ino
libraries/Servo/examples/Sweep/Sweep.ino
libraries/WiFi/examples/WiFiXivelyClient/WiFiXivelyClient.ino
libraries/WiFi/examples/WiFiXivelyClientString/WiFiXivelyClientString.ino
|
2013-11-11 12:40:59 +01:00 |
|
Scott Fitzgerald
|
cb9686dc33
|
Updates to a number of Examples
removed pachube examples, added xively examples. changes to the Servo
examples
|
2013-11-08 18:46:27 +04:00 |
|
Federico Fissore
|
b4c68b3dff
|
Run new astyle formatter against all the examples
|
2013-10-21 09:58:40 +02:00 |
|
Cristian Maglie
|
e8834d32f3
|
Servo library refactoring. See #1617
|
2013-10-15 09:41:42 +02:00 |
|
Cristian Maglie
|
07d9d558b5
|
Updated libraries metadata
|
2013-08-08 16:40:55 +02:00 |
|
Fede85
|
b28104b795
|
Audio library to the new format
|
2013-06-27 19:15:53 +02:00 |
|
Fede85
|
3b54dfed67
|
Servo library to the new format
|
2013-06-27 13:12:07 +02:00 |
|
Cristian Maglie
|
f88c9847ac
|
Removed deprecated interrupt handlers
Fixes #831 #881 #955 #1123 #1140
|
2013-03-29 14:41:36 +01:00 |
|
Shigeru KANEMOTO
|
f60f17f79a
|
Avoid TIMER3 conflict with Servo and tone().
|
2012-08-08 18:27:40 +09:00 |
|
David A. Mellis
|
71e9ff63f8
|
Servo bug that would sometimes cause skipping.
http://code.google.com/p/arduino/issues/detail?id=908
|
2012-05-08 20:38:38 -04:00 |
|
Cristian Maglie
|
57b8713cab
|
Moved libraries folder inside platform folder. Now libraries and examples are searched per board/platform
|
2012-01-04 15:14:51 +01:00 |
|
David A. Mellis
|
cce4ef7c69
|
Fixing warnings (unsigned comparisons to 0). (maniacbug)
|
2012-01-02 12:57:23 -05:00 |
|
Tom Igoe
|
35777612c0
|
Changed all .pde examples to .ino
All examples in /build/shared/examples/ and /libraries/ have had their
extensions changed to .ino
|
2011-08-30 15:33:32 -04:00 |
|
David A. Mellis
|
d05e4021d0
|
Renamed WProgram.h to Arduino.h.
|
2011-03-01 19:52:13 -05:00 |
|
David A. Mellis
|
27cfd22066
|
1280 -> 1280/2560.
|
2010-09-08 22:33:33 +00:00 |
|
Tom Igoe
|
566b656253
|
Added public domain notice
|
2010-02-24 03:53:43 +00:00 |
|
David A. Mellis
|
e1bd1e6d5b
|
Incorporating updates to the Servo library by Michael Margolis.
|
2010-01-08 02:44:08 +00:00 |
|
David A. Mellis
|
3075c8e4fd
|
Moving libraries out of arduino platform / core directory and to top-level.
|
2009-11-07 17:54:56 +00:00 |
|