choi won seok

Results 3 comments of choi won seok

Hi, @hugoc7 Yes, it's possible to pack/unpack strings in the same buffer. In case of using `s` and `p` format character, it's like the following: ``` char buf[] = {...

Hi @hugoc7 sorry for the late reply. you're right, no work is done practically. all bits of `unsigned char` and `char` are the same but interpretation is different ('b' or...

Hi @VigneshVicky97 `struct` depends on following standard headers: ``` #include #include #include #include #include #include #include ``` These header files would be installed as part of Arduino IDE package. You...