
package lego_nxt.driver

module nxt_avr_init {
    @IncludePath("$(PLATFORM_DIR)/lego_nxt/include")
	source "avr_init.c", "buttons.c", "sensors.c", "power_mng.c"
	depends embox.driver.at91_twi, lego_nxt.driver.soft_i2c, embox.kernel.timer.sys_timer
}
