added keyhandler example

This commit is contained in:
2015-05-01 00:32:23 +02:00
parent 5a3d6a5f5e
commit cb20e5902b
3 changed files with 53 additions and 1 deletions
+1
View File
@@ -38,6 +38,7 @@ void put_str_P(const STREAM *p, const char* str);
/** Send signed int8 */
#define put_char(p, c) (p)->tx((c))
void put_u8(const STREAM *p, const uint8_t num);