Keyboard firmwares for Atmel AVR and Cortex-M
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

sendchar_dummy.c 89B

12345678
  1. #include <stdint.h>
  2. #include "sendchar.h"
  3. int8_t sendchar(uint8_t c)
  4. {
  5. return 1;
  6. }