2012-10-27から1日間の記事一覧

スイッチ一つでCtrl+Alt+Delをやってみた

C:\Microchip Solutions v2012-08-22\USB\Device - HID - Keyboard\Keyboard.c の中身をこんな風に変更 void Keyboard(void) { static unsigned char key = 0x4c;//DEL //Check if the IN endpoint is not busy, and if it isn't check if we want to send /…