aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Embedded_SW/Embedded/Modules/General/buttons.h
blob: 897fb60318d3656682668b85b51f589d460eb25a (plain)
1
2
3
4
5
6
7
8
#ifndef BUTTONS_H
#define BUTTONS_H

uint32_t Buttons_Init(void);
uint32_t Button_load_Init(void);
uint32_t Button_JOG_Init(void);

#endif