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
Cristian Maglie
7a178a5180
Partially revert "Removing useless includes from examples"
...
This allows example to continue to work with older IDE.
This partially reverts commit 46cb5f0a5c
.
2015-10-28 15:56:44 +01:00
Cristian Maglie
72600a01f2
Merge branch 'scheduler-zero' of https://github.com/PeterVH/Arduino into PeterVH-scheduler-zero
2015-10-28 15:44:49 +01:00
Cristian Maglie
f890c12e03
Upgraded LiquidCrystal version
2015-10-28 15:12:56 +01:00
Cristian Maglie
6e09128f2d
Update Audio lib version
2015-10-28 14:49:11 +01:00
Cristian Maglie
5835af1f11
Update GSM lib version
2015-10-28 14:48:54 +01:00
Iván Pérez
e3fae38c41
Declare paths parameters as constant
...
This way we will avoid some warnings when using paths as constants in
#define's
`warning: deprecated conversion from string constant to 'char*'`
2015-10-19 15:55:08 +02:00
Peter Van Hoyweghen
739c656b1d
Port Scheduler library to Arduino Zero.
2015-10-12 22:22:47 +02:00
Cristian Maglie
a151349a01
[HID] renamed HIDDescriptorListNode to HIDSubDescriptor
2015-10-12 12:24:07 +02:00
chaveiro
ef15667ae8
Expose optional DHCP timout parameters to Ethernet:begin()
...
A no brainer update.
Expose optional timeout parameter values of dhcp for user to adjust on
their code.
Currently if dhcp server is not available, code will block inside
DhcpClass::request_DHCP_lease() for 60s. Having this parameters exposed
user can specify their timeout requirements without changing the lib
code.
Change is backward compatible as parameters are optional and defaults to
existing values.
2015-10-07 17:49:30 +02:00
Cristian Maglie
aa921659f6
Merge branch 'phid-class'
2015-10-07 17:05:11 +02:00
per1234
7f4c29927d
Clean up Ethernet example comments
...
- Fix typos and formatting.
- Remove analog inputs part of Circuit comment in ChatServer and
AdvancedChatServer. The examples don't use these analog inputs.
2015-10-04 05:03:31 -07:00
Federico Fissore
46cb5f0a5c
Removing useless includes from examples
2015-10-02 12:24:31 +02:00
Martino Facchin
65b8430fec
[PUSB] Fix static initialization order fiasco
...
For details see:
https://isocpp.org/wiki/faq/ctors#static-init-order-on-first-use
2015-10-02 11:59:24 +02:00
Nico
bd1124eb0f
Fixed typo in Keyboard API
2015-09-28 14:21:01 +02:00
Cristian Maglie
e4d63adf45
Merge branch 'pluggable_hid_impr' of https://github.com/cmaglie/Arduino
2015-09-28 12:06:35 +02:00
Federico Fissore
017640a621
Fixed license headers. See https://github.com/arduino/Arduino/pull/3498
2015-09-25 15:17:35 +02:00
Federico Fissore
0b1f5249d4
Removing Esplora library from this repo. Downloaded at build time
2015-09-24 11:33:16 +02:00
Claudius Coenen
0a819edc54
removing unused variable from Stepper
2015-09-23 23:12:47 +02:00
Cristian Maglie
0083d75224
Fixed typo in Ethernet lib
...
Fix #3845
2015-09-23 14:50:28 +02:00