mwx::bigendian
Output data of numeric type in big-endian order to twe::stream
Serial << mwx::bigendian(0x1234abcdUL);
// output binary -> 0x12 0x34 0xab 0xcdconstructor
template <typename T>
bigendian::bigendian(T v)Parameters
Description
最終更新