sketchbook
|
#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 |
OneWire ds | ( | 8 | ) |
void loop | ( | void | ) |
OneWirePJON device status update function.
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 | ||
) |
char* InitString = ST7036 |
char ST7036[] = "\x33\x32\x21\x1c\x52\x69\x74\x20\x0c\x01\x06" |