1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-11-28 09:24:14 +01:00
Commit Graph

733 Commits

Author SHA1 Message Date
Martino Facchin
067d7e9252 Delete builtin libraries sources
Ethernet has been replaced by Ethernet 2.0.0 and all the issues have been closed
The other libraries have been tagged on github.com/arduino-libraries , the developments should continue there
2018-08-22 17:26:23 +02:00
Waldo Costa
72754d8dad
deleted repeated lines in sketch description
"This example is written for a network using WPA encryption. For
 WEP or WPA, change the Wifi.begin() call accordingly."
2017-11-19 17:39:01 -02:00
Martino Facchin
ba27ca6c76 Remove LiquidCrystal from main repo
Since there are no pending PRs or Issues, remove the folder and use https://github.com/arduino-libraries/LiquidCrystal as reference repo
2017-07-25 13:03:06 +02:00
Cristian Maglie
f483287585 Servo: library is now downloaded from his own repository 2017-03-20 17:36:08 +01:00
Patrick Roncagliolo
8418eecca7 Remove old TODOs for non-standard ipv4 format support
Signed-off-by: Patrick Roncagliolo <ronca.pat@gmail.com>
2017-01-08 23:51:53 +01:00
Ignacio Santolin
3b34859a66 Removed dead Link
Removed dead link
http://www.vti.fi/en/support/obsolete_products/pressure_sensors/
2016-12-21 11:04:43 +01:00
martinnm
d31826af1f Updated Steper Motors Circuits URL 2016-11-11 00:03:16 -07:00
Cristian Maglie
d50d0be345 SD lib is now downloaded from lib manager 2016-10-20 16:34:08 +02:00
Cristian Maglie
e100aa8f41 Update Ethernet to 1.1.2 2016-09-21 11:53:39 +02:00
Martino Facchin
40b5fbf66f Stepper: update version to 1.1.3 2016-03-08 15:37:18 +01:00
Martino Facchin
4d11767a23 LiquidCrystal: update version to 1.0.5 2016-03-08 15:36:36 +01:00
Martino Facchin
b9de3986bb GSM: update version to 1.0.6 2016-03-08 15:35:57 +01:00
Martino Facchin
78aa51f22c WiFi: update version to 1.2.7 2016-03-08 15:25:20 +01:00
Martino Facchin
a659c55e1d TFT: update version to 1.0.6 2016-03-08 15:24:37 +01:00
Martino Facchin
363fa3b913 Servo: update version to 1.1.2 2016-03-08 15:23:06 +01:00
Martino Facchin
9f46fd65ea SD: update version to 1.0.8 2016-03-08 15:21:40 +01:00
Martino Facchin
5adda82357 Ethernet: update to 1.1.2 2016-03-08 15:20:33 +01:00
Cristian Maglie
d718a4a166 Remove extra Udp.parsePacket() from example, it should only be called once 2016-03-04 13:07:45 +01:00
SimonePDA
6314a926a4 Update library.properties 2016-03-03 21:35:11 +01:00
Cristian Maglie
f308d8e888 Merge branch 'Library_sentences' of git://github.com/00alis/Arduino 2016-03-03 14:05:54 +01:00
Martino Facchin
0e58d91c6c Merge pull request #4588 from bigdinotech/tftlib
Add Arduino/Genuino 101 support to TFT library
2016-03-02 17:25:50 +01:00
Alice Pintus
8d3c4dbfec update sentences 2016-03-01 16:09:50 +01:00
Martino Facchin
5500c9b8c3 Merge pull request #4596 from bigdinotech/ethernetlib
Add Arduino/Genuino 101 Support for Ethernet lib
2016-02-29 15:32:36 +01:00
Martino Facchin
ac01c6375e Merge pull request #4586 from bigdinotech/sdlib
Add Arduino/Genuino 101 support to SD library
2016-02-29 15:31:13 +01:00
Dino Tinitigan
0873b36aa5 Add Arduino/Genuino 101 Support for Ethernet lib 2016-02-17 13:25:10 -08:00
Dino Tinitigan
bfd0da0b17 Add Arduino/Genuino 101 support to TFT library 2016-02-17 11:39:52 -08:00
Dino Tinitigan
5536617c62 Add Arduino/Genuino 101 support to SD library 2016-02-17 11:09:17 -08:00
Phillip Stevens
dde6f09e14 Update Sd2Card.h to use pins_arduino.h definitions
Update Sd2Card.h to use pins_arduino.h or variant.h definitions, depending on architecture, when Hardware SPI is in use.
The definitions for Software SPI pins (for ATmega1280 and ATmega2560 etc) remain unchanged as defined in Sd2PinMap.h.
2016-02-15 21:24:24 +11: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
9d500138a3 Set SD lib version to 1.0.7 2016-01-27 14:50:24 +01:00
JasonSheng
0271ec4c3d add support for Microduino SD 2016-01-27 11:32:20 +01:00
Cristian Maglie
1dae92e0f7 Revert "Modified SD library to use pin definitions from pins_arduino.h rather than redefining everything."
This reverts commit 05a9750747.
2016-01-27 11:29:38 +01:00
FakuFaku
05a9750747 Modified SD library to use pin definitions from pins_arduino.h rather than redefining everything. 2016-01-25 10:33:34 +01:00
Michael Amie
e6f85b7058 Removed unnecessary invocation of Ethernet.maintain()
Since this example utilizes a statically assigned IP address, it is not necessary to call Ethernet.maintain().
2016-01-11 00:04:47 -08:00
Arnie97
89294855fe Fix typo in a Ethernet Shield example 2015-12-19 21:10:24 +08:00
Cristian Maglie
b7173ed06c Ethernet: partially fix flush() behaviour in EthernetUDP
We still need to check if trasmission is completed, BTW this commit
should alleviate bugs involving data loss.

See #4029
2015-11-11 16:36:11 +01:00
Cristian Maglie
4878d5c2ec WiFi: partially fix flush() behaviour
We still need to check if trasmission is completed, BTW this commit
should alleviate bugs involving data loss.

See #4029
2015-11-11 16:31:46 +01:00
Cristian Maglie
d8dc54afc4 UdpNtpClient example: removed wrong return type 2015-11-05 19:10:12 +01:00
Cristian Maglie
67c24d6b40 Ethernet: fixed some compiler warning 2015-11-05 19:08:00 +01:00
Cristian Maglie
8989ec9bfe Ethernet: increased version to 1.1.1 2015-11-05 19:03:03 +01:00
Cristian Maglie
21141513e2 Ethernet: fixed regression for SAM (Arduino Due)
Fix https://github.com/arduino/Arduino/issues/4072
2015-11-05 18:33:34 +01:00
Cristian Maglie
3341c8b2f7 Removed copies of Mouse and Keyboard libs, available on lib manager 2015-10-28 16:34:01 +01:00
Cristian Maglie
36b7701402 Removed copy of Scheduler lib, available through lib manager 2015-10-28 16:27:30 +01:00
Cristian Maglie
69e03275d6 Removed copy of Audio lib, available through lib manager 2015-10-28 16:27:17 +01:00
Cristian Maglie
437a83efbf Updated WiFi library version 2015-10-28 16:19:37 +01:00
Cristian Maglie
3262783b78 Removed USBHost copy. It is available through library manager. 2015-10-28 16:17:52 +01:00
Cristian Maglie
dafb39d149 Updated TFT lib version 2015-10-28 16:07:01 +01:00
Cristian Maglie
4329062787 Updated Stepper lib version 2015-10-28 16:03:17 +01:00
Cristian Maglie
dc8fcde7f7 Updated Servo library version 2015-10-28 16:01:46 +01:00
Cristian Maglie
d0f3b43079 Updated SD library version 2015-10-28 15:58:57 +01:00