package stm32f3_sensors.libmisc

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

	@IncludeExport(path="libmisc")
	source "led.h"
}

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

	@IncludeExport(path="libmisc")
	source "button.h"
}
