![]() |
LCD Library 1.1.1
LCD Library - LCD control class hierarchy library. Drop in replacement for the LiquidCrystal Library.
|
#include <stdio.h>
#include <string.h>
#include <inttypes.h>
#include <WProgram.h>
#include <LiquidCrystal_SR.h>
Go to the source code of this file.
Functions | |
static void | waitUsec (uint16_t uSec) |
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.
uSec[in] | time in microseconds. |
Definition at line 117 of file LiquidCrystal_SR.cpp.