how to read key F1, F2..... from keyboard with stm32f4-- I did it. file Keyboard_done
Posted on May 01, 2018 at 12:45stm32f411 disco. connect with keyboard via USBuint8_t GetKey(void){ uint32_t c; if(Appli_state==APPLICATION_START) { if(USBH_HID_GetDeviceType(&hUsbHostFS) == HID_KEYBOARD) {k_pinfo = USBH_HID_GetKeybdInfo(&hUsbHostFS)...