Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

keyboard.h (99B)


      1 #include <stdint.h>
      2 
      3 #pragma once
      4 
      5 #ifndef KEYBOARD_H
      6 #define KEYBOARD_H
      7 
      8 void keyboard();
      9 
     10 #endif