New functions

This commit is contained in:
2024-05-23 22:48:41 +02:00
parent 815d9c94ba
commit 18c6fc5220
2 changed files with 28 additions and 4 deletions

View File

@ -9,14 +9,14 @@ STCGALOPTS ?=
STCGALPORT ?= /dev/ttyUSB0
STCGALPROT ?= auto
FLASHFILE ?= main.ihx
SYSCLK ?= 11056
FOSC ?=11056000L
#SYSCLK ?= 11056
#FOSC ?=11056000L
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
int_to_bcd.c getbutton.c
LIBOBJ =$(patsubst %.c,%.rel, $(LIBSRC))
LIBNAME=mc8051fun.lib