Testing keyboard poll

This commit is contained in:
2022-10-29 05:33:59 +03:00
parent 35b78ff656
commit 333a945cd6
6 changed files with 77 additions and 8 deletions

View File

@@ -0,0 +1,17 @@
/*
* inputs.h
*
* Created on: Oct 29, 2022
* Author: mcfly
*/
#ifndef INC_INPUTS_H_
#define INC_INPUTS_H_
#include "stm32g0xx_hal.h"
//Timers interrupts
void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *htim);
#endif /* INC_INPUTS_H_ */