Federico Fissore
|
5e98cd8528
|
Examples: mass code format. See example_formatter.conf
|
2015-07-06 15:19:05 +02:00 |
|
Federico Fissore
|
b4c68b3dff
|
Run new astyle formatter against all the examples
|
2013-10-21 09:58:40 +02:00 |
|
Fede85
|
9454816162
|
Ethernet, SD and LiquidCrystal to the new library format
|
2013-06-26 19:13:04 +02: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
|
da5ccf4eaf
|
Merge remote-tracking branch 'amcewen/wifly_integration' into new-extension
|
2011-08-31 14:25:04 -04: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 |
|
amcewen
|
ad5dead85a
|
Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic testing performed
|
2011-08-29 22:36:28 +01:00 |
|
David A. Mellis
|
f43c0918ff
|
Merge branch 'dhcp' of github.com:amcewen/Arduino.
This includes DCHP support and new UDP API for the Ethernet library.
|
2011-03-23 23:28:33 -04:00 |
|
amcewen
|
a42dc0b455
|
Fix for issue 62, adding DHCP support. New begin() method added to EthernetClass which takes just a MAC address and gets the rest of its configuration information via DHCP. Examples updated to use the IPAddress class and some have been changed to get their config via DHCP.
|
2011-01-16 20:11:50 +00:00 |
|
Tom Igoe
|
52030561a9
|
corrected error in barometric pressure server example
|
2010-09-08 17:42:37 +00:00 |
|
David A. Mellis
|
b89d8a9c11
|
Moving SPI pin initialization from constructor to begin() function. That way, the SPI library won't alter any pin states unless / until you call begin().
|
2010-08-07 21:24:49 +00:00 |
|
David A. Mellis
|
3899ffc75d
|
Renaming SPI.send() to SPI.transfer() to better reflect its bi-directional nature.
|
2010-08-07 20:08:53 +00:00 |
|
Tom Igoe
|
f6575c64df
|
Added Barometric pressure Web Server example for Ethernet library
|
2010-08-02 22:56:31 +00:00 |
|