Example #1
0
void hd44780_home()
{
    output_byte(0, CMD_HOME(),1);
}
Example #2
0
void hd44780_home(void)
{
    output_byte(0, CMD_HOME());
}