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

Embed: (wiki syntax)

« Back to documentation index

sys.c File Reference

sys.c File Reference

lwIP Operating System abstraction More...

Go to the source code of this file.

Functions

void sys_msleep (u32_t ms)
 Sleep for some ms.

Detailed Description

lwIP Operating System abstraction

Definition in file sys.c.


Function Documentation

void sys_msleep ( u32_t  ms )

Sleep for some ms.

Timeouts are NOT processed while sleeping.

Parameters:
msnumber of milliseconds to sleep

Definition at line 54 of file sys.c.