Move number-to-string function to utility.*
This commit is contained in:
parent
4d4c00d69c
commit
305913545e
6 changed files with 238 additions and 268 deletions
|
|
@ -24,9 +24,11 @@
|
|||
#define ULTRALCD_IMPL_HD44780_H
|
||||
|
||||
/**
|
||||
* Implementation of the LCD display routines for a Hitachi HD44780 display. These are common LCD character displays.
|
||||
**/
|
||||
* Implementation of the LCD display routines for a Hitachi HD44780 display.
|
||||
* These are the most common LCD character displays.
|
||||
*/
|
||||
|
||||
#include "utility.h"
|
||||
#include "duration_t.h"
|
||||
|
||||
extern volatile uint8_t buttons; //an extended version of the last checked buttons in a bit array.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue