You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
169 B
9 lines
169 B
4 months ago
|
#ifndef APP_PORTA_H
|
||
|
#define APP_PORTA_H
|
||
|
|
||
|
void app_porta_detect_init(void);
|
||
|
void app_port_a1_work(void);
|
||
|
bool port_a1_is_attached(void);
|
||
|
|
||
|
#endif /* APP_PORTA_DETECT_H */
|