buttonPrefix.c 177 B

123456789101112131415
  1. //
  2. // Created by malek on 23-3-2016.
  3. //
  4. //parsePrefixJson
  5. /*
  6. #include "keyboard.h"
  7. void buttonCheck()
  8. {
  9. int buttons[5] = {};
  10. for (int i = 0; i < 5; ++i) {
  11. }
  12. }*/