You've already forked Frequency_Inverter
mirror of
https://github.com/Indemsys/Frequency_Inverter.git
synced 2026-05-13 14:43:25 +00:00
13 lines
265 B
C
13 lines
265 B
C
#ifndef __INIT_PINS
|
|
#define __INIT_PINS
|
|
|
|
int Init_pins(void);
|
|
void Led_control(int led_num, int state);
|
|
int Led_state(int led_num);
|
|
void LCD_RST(int state);
|
|
void LCD_SCL(int state);
|
|
void LCD_SI(int state);
|
|
void LCD_RS(int state);
|
|
void LCD_SCB(int state);
|
|
|
|
#endif |