The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Revision:
165:d1b4690b3f8b
Parent:
128:9bcdf88f62b0
Child:
172:65be27845400
--- a/hal/ethernet_api.h	Tue Mar 20 16:15:49 2018 +0000
+++ b/hal/ethernet_api.h	Thu Apr 19 14:31:27 2018 +0100
@@ -40,7 +40,7 @@
 // send ethernet write buffer, returning the packet size sent
 int ethernet_send(void);
 
-// recieve from ethernet buffer, returning packet size, or 0 if no packet
+// receive from ethernet buffer, returning packet size, or 0 if no packet
 int ethernet_receive(void);
 
 // read size bytes in to data, return actual num bytes read (0..size)