#include "project.h" void scancode_dispatch(int key,int updown) { printf("Key %4x ud %d\r\n",key,updown); }