Add optional clocking for the displays.

This commit is contained in:
Jonathan Naylor
2016-05-21 12:28:09 +01:00
parent 05a750bf60
commit 90772a2a9b
4 changed files with 14 additions and 0 deletions

View File

@@ -677,6 +677,10 @@ void CHD44780::clearFusionInt()
}
}
void CHD44780::clockInt(unsigned int ms)
{
}
void CHD44780::close()
{
}