package stm32f4_multibot.libs

@BuildDepends(third_party.bsp.st_bsp_api)
static module stepper_motor {
	source "stepper_motor.c"

	@IncludeExport(path="libs")
	source "stepper_motor.h"

	depends third_party.bsp.st_bsp_api
}
