免費論壇 繁體 | 簡體
Sclub交友聊天~加入聊天室當版主
分享
Board logo

標題: float 轉 byte32 [打印本頁]

作者: mhfo    時間: 2023-5-24 09:47     標題: float 轉 byte32

typedef union
{
    float a;
    uint8_t b[4];
}float_t;   

float_t  test;

test.a=-120.125;

   while(1)
    {
            EUSART1_Write( test.b[3]  );
           EUSART1_Write( test.b[2]  );
            EUSART1_Write( test.b[1]  );
            EUSART1_Write( test.b[0]  );
         
              __delay_ms(2000);
    }




歡迎光臨 魚骨頭的雲端圖書館 (http://mhfo.hotbbs.info/) Powered by Discuz! 7.0.0