This short program illustrates how to use the DS130x_I2C library. My objective is to share the same RTC with Microchip 18F MCU.
Dependencies: mbed DebugLibrary
EthernetNetIf.h File Reference
Ethernet network interface header file. More...
Go to the source code of this file.
Data Structures | |
| class | EthernetNetIf |
| Ethernet network interface. More... | |
Enumerations | |
| enum | EthernetErr { , ETH_TIMEOUT, ETH_OK = 0 } |
Ethernet network interface return codes. More... | |
Detailed Description
Ethernet network interface header file.
Definition in file EthernetNetIf.h.
Enumeration Type Documentation
| enum EthernetErr |
Ethernet network interface return codes.
Definition at line 38 of file EthernetNetIf.h.
Generated on Tue Jul 12 2022 11:04:59 by
1.7.2
Yann Garcia