sketchbook
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
Uno_DS2408_LCD163.ino File Reference
#include <OneWire.h>

Functions

void PrintBytes (uint8_t *addr, uint8_t count, bool newline=0)
 
void ReadAndReport (OneWire *net, uint8_t *addr)
 
void pio_write (OneWire *ds, uint8_t *addr, byte b)
 
void SendLCDInit (OneWire *ds, uint8_t *addr)
 
void MakeCmd (char *string_dest, const char *string_source)
 
void MakeNibbles (const char *string, char *sendbuf, uint8_t cmd)
 
void WriteLCDData (OneWire *ds, uint8_t *addr, const char *string, uint8_t num)
 
void SendLCDContrast (OneWire *ds, uint8_t *addr, uint8_t ContrastValue)
 
OneWire ds (8)
 
void setup (void)
 
void loop (void)
 

Variables

char ST7036 [] = "\x33\x32\x21\x1c\x52\x69\x74\x20\x0c\x01\x06"
 
char * InitString = ST7036
 

Function Documentation

OneWire ds ( )
void loop ( void  )

OneWirePJON device status update function.

Returns
(void)
void MakeCmd ( char *  string_dest,
const char *  string_source 
)
void MakeNibbles ( const char *  string,
char *  sendbuf,
uint8_t  cmd 
)
void pio_write ( OneWire *  ds,
uint8_t *  addr,
byte  b 
)
void PrintBytes ( uint8_t *  addr,
uint8_t  count,
bool  newline = 0 
)
void ReadAndReport ( OneWire *  net,
uint8_t *  addr 
)
void SendLCDContrast ( OneWire *  ds,
uint8_t *  addr,
uint8_t  ContrastValue 
)
void SendLCDInit ( OneWire *  ds,
uint8_t *  addr 
)
void setup ( void  )

Arduino IDE: put your setup code here, to run once.

void WriteLCDData ( OneWire *  ds,
uint8_t *  addr,
const char *  string,
uint8_t  num 
)

Variable Documentation

char* InitString = ST7036
char ST7036[] = "\x33\x32\x21\x1c\x52\x69\x74\x20\x0c\x01\x06"