getpin and setpin functions added
This commit is contained in:
3
Makefile
3
Makefile
@ -16,7 +16,8 @@ CFLAGS ?= -DWITH_ALT_LED9 -DWITHOUT_LEDTABLE_RELOC -DSHOW_TEMP_DATE_WEEKDAY
|
||||
LIBSRC = uart_init_.c uart_send_chr.c uart_send_str.c \
|
||||
rotary_encoder_stat.c \
|
||||
sevenseg_dec.c sevenseg_dec_inv.c \
|
||||
int_to_bcd.c getbutton.c
|
||||
int_to_bcd.c getbutton.c \
|
||||
getpin.c setpin_lo.c setpin_hi.c setpin.c
|
||||
|
||||
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
|
||||
LIBNAME=mc8051fun.lib
|
||||
|
Reference in New Issue
Block a user