getpin and setpin functions added

This commit is contained in:
2024-05-25 19:52:43 +02:00
parent 151891240d
commit 64210a94ec
6 changed files with 82 additions and 1 deletions

View File

@ -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