diff options
Diffstat (limited to 'include/object')
-rw-r--r-- | include/object/outputstream.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/object/outputstream.h b/include/object/outputstream.h index 43e61f3..4a37977 100644 --- a/include/object/outputstream.h +++ b/include/object/outputstream.h @@ -38,6 +38,8 @@ class OutputStream { OutputStream & operator<<(OutputStream & (*fun) (OutputStream &)); void setBase(uint8_t b); + void printf_uint8(uint8_t num); + void printf_float(float num); }; |