;; Object sc-main ;; EDE project file. (ede-proj-project "mc-main" :name "mc-main" :file "Project.ede" :targets (list (ede-proj-target-makefile-program "main" :name "main" :path "" :source '("display.c" "display.h" "main.c" "main.h" "softtimer.c" "softtimer.h" "spi.c" "spi_config.h" "spi.h" "spi_pointers.c" "spi_pointers.h" "spi_proto.c" "spi_proto.h" "usb.c" "usb.h" "lcd/lcd.c" "lcd/lcd.h") ) ) )