Articles Posted in the " " Category





  • init_Filt()

    init_Filt()

    描述 CAN ID 的過濾器。在 86Duino 中,有 32 組 CAN 的 ID 過濾器,從外部設備進來的 […]


  • init_Mask()

    init_Mask()

    描述 CAN ID 的遮罩。在 86Duino 中,有 32 組 CAN ID 遮罩,從外部設備進來的 CAN […]


  • getCanId()

    getCanId()

    描述 取得從 CAN bus 上接收到的資料 ID。功能與 remoteID() 相同。(此函式移植自 See […]


  • checkReceive()

    checkReceive()

    描述 檢查 CAN FIFO 內是否還有可讀取的值。(此函式移植自 Seeed Studio 的 CAN Bu […]


  • readMsgBuf()

    readMsgBuf()

    描述 從 CAN bus 上讀取資料。(此函式移植自 Seeed Studio 的 CAN Bus 函式庫 , […]


  • sendMsgBuf()

    sendMsgBuf()

    描述 傳送資料給外部的 CAN device。(此函式移植自 Seeed Studio 的 CAN Bus 函 […]