all : flash

TARGET:=i2c_sensors
TARGET_MCU:=CH582
TARGET_MCU_PACKAGE:=CH582F

include ../../ch32fun/ch32fun.mk

flash : cv_flash
clean : cv_clean
