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
NetServices/netCfg.h
- Committer:
- Yann
- Date:
- 2011-02-11
- Revision:
- 1:995212d326ca
- Parent:
- 0:f30e2135b0db
File content as of revision 1:995212d326ca:
#ifndef NET_CFG_H
#define NET_GPRS 0
#define NET_PPP 0
#define NET_GPRS_MODULE 0
#define NET_ETH 1
#define NET_USB_SERIAL 0
#define NET_CFG_H 1
#define NET_UMTS 0
#define NET_USB 0
#define NET_LWIP_STACK 1
#endif
Yann Garcia