openiolink / io-link-master-shield-hat-sw

Software for the IO-Link Master Shield/Hat for Arduino and Raspberry Pi
Apache License 2.0
25 stars 6 forks source link

Use a standard like printf or cout instead of a class for the information output #14

Open CrazyGecko opened 3 years ago

gammeter commented 3 years ago

An option would be to use our own ostream (a class inheriting from ostream). This way it is possible to use the << operator for output.

gammeter commented 3 years ago

Perhaps we should also think about using a BOOST library (boost.org).