1 | initial version |
led controls for dinolite in lunix:
//led on memcpy(buf, "\x80\x01\xf1", 0x0000003); ret = usb_control_msg(devh, USB_TYPE_CLASS + USB_RECIP_INTERFACE, 0x0000001, 0x0000300, 0x0000400, buf, 0x0000003, 1000);
//led off memcpy(buf, "\x80\x01\xf0", 0x0000003); ret = usb_control_msg(devh, USB_TYPE_CLASS + USB_RECIP_INTERFACE, 0x0000001, 0x0000300, 0x0000400, buf, 0x0000003, 1000);
2 | No.2 Revision |
led controls for dinolite in lunix:lunix:
.
//led on
memcpy(buf, "\x80\x01\xf1", 0x0000003);
ret = usb_control_msg(devh, USB_TYPE_CLASS + USB_RECIP_INTERFACE, 0x0000001, 0x0000300, 0x0000400, buf, 0x0000003,