From 51a00f59ea9ecb49471b30921f36821fdfa75bc4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 14 Dec 2017 15:51:11 +0100 Subject: Add I2C and LM75 drivers --- include/object/outputstream.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/object/outputstream.h') 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); }; -- cgit v1.2.3