;; Object sc-main ;; EDE project file. (ede-proj-project "sc-main" :name "sc-main" :file "Project.ede" :targets (list (ede-proj-target-makefile-program "main" :name "main" :path "" :source '("debug.c" "debug.h" "i2c_simple.c" "i2c_simple.h" "main.c" "main.h" "mcp_adc.c" "mcp_adc.h" "muxer.c" "muxer.h" "softtimer.c" "softtimer.h" "spi.c" "spi_config.h" "spi.h" "spi_pointers.c" "spi_pointers.h" "spi_proto.c" "spi_proto.h") ) ) )