1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-15 19:22:45 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
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
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