Fixed error in ULN stepper management + added simple work with bipolar steppers by two L9110s H-bridge drivers

This commit is contained in:
Eddy
2014-08-07 01:31:38 +04:00
parent 68e217e032
commit f923706b9b
12 changed files with 227 additions and 31 deletions

View File

@@ -9,7 +9,7 @@ SRC=$(wildcard *.c)
# ATTENTION: FIRST in list should be file with main()
OBJ=$(SRC:%.c=%.rel)
TRASH=$(OBJ) $(SRC:%.c=%.rst) $(SRC:%.c=%.asm) $(SRC:%.c=%.lst)
TRASH+=$(SRC:%.c=%.sym) $(NAME).ihx $(NAME).lk $(NAME).map
TRASH+=$(SRC:%.c=%.sym) $(NAME).lk $(NAME).map
INDEPENDENT_HEADERS=../stm8l.h ports_definition.h Makefile
all: $(NAME).ihx