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

Committer:
Yann
Date:
Fri Feb 11 10:17:20 2011 +0000
Revision:
1:995212d326ca
Parent:
0:f30e2135b0db
V0.0.0.2

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Yann 0:f30e2135b0db 1 #ifndef NET_CFG_H
Yann 0:f30e2135b0db 2 #define NET_GPRS 0
Yann 0:f30e2135b0db 3 #define NET_PPP 0
Yann 0:f30e2135b0db 4 #define NET_GPRS_MODULE 0
Yann 0:f30e2135b0db 5 #define NET_ETH 1
Yann 0:f30e2135b0db 6 #define NET_USB_SERIAL 0
Yann 0:f30e2135b0db 7 #define NET_CFG_H 1
Yann 0:f30e2135b0db 8 #define NET_UMTS 0
Yann 0:f30e2135b0db 9 #define NET_USB 0
Yann 0:f30e2135b0db 10 #define NET_LWIP_STACK 1
Yann 0:f30e2135b0db 11 #endif