Interface Driver for Maxim DS2482 1Wire-to-I2C bridge IC. Includes access functions for DS1820 temperature sensors. Can easily be ported to other hardware by using hardware abstraction layer.

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers wait_api.h Source File

wait_api.h

00001 /* Hardware API For Wait Function */
00002 #include "mbed.h"                   // peripheral access library
00003 
00004 void   _vWait_ms            (uint32_t u32MS);