LCD Library 1.1.1
LCD Library - LCD control class hierarchy library. Drop in replacement for the LiquidCrystal Library.
Functions
/Users/fmalpartida/development/ardWorkspace/LiquidCrystal_I2C/LiquiCrystal_I2C/LiquidCrystal.cpp File Reference
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <WProgram.h>
#include <LiquidCrystal.h>

Go to the source code of this file.

Functions

static void waitUsec (uint16_t uSec)

Function Documentation

static void waitUsec ( uint16_t  uSec) [inline, static]

waits for a given time in microseconds (compilation dependent). Waits for a given time defined in microseconds depending on the FAST_MODE define. If the FAST_MODE is defined the call will return inmediatelly.

Parameters:
uSec[in]time in microseconds.
Returns:
None

Definition at line 54 of file LiquidCrystal.cpp.

 All Classes Files Functions Variables Defines