上手難易程度
KEIL官方有一句話說(shuō)的非常好,基本每個(gè)中間件都這種類(lèi)似的話。
The library handles the low-level USB requests without the need to write the hardware layer code. Developers can focus on the application's request rather than concentrating on the specialties of the USB protocol。
我們推出這些中間件的目的就是讓客戶不必為移植協(xié)議和底層驅(qū)動(dòng)而煩惱,所有的這些我們都已經(jīng)寫(xiě)好,用戶只需關(guān)注應(yīng)用即可。實(shí)際的測(cè)試中的確是這樣的。