Updated documentation and examples to include new ethernet library fork

This commit is contained in:
Noah Laptop 2019-06-13 19:38:48 -07:00
parent 5919696b89
commit 5d1c32d3c3
49 changed files with 70 additions and 64 deletions

View file

@ -14,11 +14,11 @@
*/
// NOTE: The Ethernet library MUST be modified to use this example!
// For more detailed instructions check out https://github.com/OPEnSLab-OSU/SSLClient#sslclient-with-ethernet
// NOTE: This example REQUIRES the EthernetLarge library.
// You can get it here: https://github.com/OPEnSLab-OSU/EthernetLarge
#include <SPI.h>
#include <Ethernet.h>
#include <EthernetLarge.h>
#include <SSLClient.h>
#include "trust_anchors.h"

View file

@ -15,11 +15,11 @@
*/
// NOTE: The Ethernet library MUST be modified to use this example!
// For more detailed instructions check out https://github.com/OPEnSLab-OSU/SSLClient#sslclient-with-ethernet
// NOTE: This example REQUIRES the EthernetLarge library.
// You can get it here: https://github.com/OPEnSLab-OSU/EthernetLarge
#include <SPI.h>
#include <Ethernet.h>
#include <EthernetLarge.h>
#include <SSLClient.h>
#include "trustanchors.h"
// Enter a MAC address for your controller below.