Testing keyboard poll
This commit is contained in:
17
firmware/Core/Inc/inputs.h
Normal file
17
firmware/Core/Inc/inputs.h
Normal 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_ */
|
Reference in New Issue
Block a user