HardWare/PIC32 PIC32 Float <-> Byte[] 함수 by 학수씨 2011. 8. 22. UINT8 byte_array[4]; float f = 24234.0f; //some value memcpy( byte_array, &f, sizeof(f) ); UINT8 byte_array[4] = {0x00,0x54,0xbd,0x46}; float *fp=(float*)(&byte_array); float f2=*fp; 공유하기 게시글 관리 Hslee 저작자표시 비영리 변경금지 'HardWare > PIC32' 카테고리의 다른 글 PIC32 Delay 함수 (0) 2011.07.11 관련글 PIC32 Delay 함수 댓글
댓글