Merged debug-printf into arduino-support

This commit is contained in:
dario
2023-11-23 09:02:04 +01:00
3 changed files with 40 additions and 5 deletions

View File

@@ -31,6 +31,12 @@ namespace sta
class Printable
{
public:
/**
* @brief fmt The string defining the desired format.
* @breif ... The parameters for the formatted string.
*/
void printf(const char * fmt, ...);
/**
* @brief Print single character.
*