mwx::bigendian
twe::stream にビッグエンディアン順で数値型のデータを出力する
Serial << mwx::bigendian(0x1234abcdUL);
// output binary -> 0x12 0x34 0xab 0xcdコンストラクタ
template <typename T>
bigendian::bigendian(T v)最終更新
twe::stream にビッグエンディアン順で数値型のデータを出力する
Serial << mwx::bigendian(0x1234abcdUL);
// output binary -> 0x12 0x34 0xab 0xcdtemplate <typename T>
bigendian::bigendian(T v)最終更新