From 523a5d2f0b3f0d79b16784470870935313dd5775 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Wed, 26 Jan 2022 22:39:09 -0500 Subject: implement SPI flash chip --- watch-library/hardware/hw/driver_init.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'watch-library/hardware/hw') diff --git a/watch-library/hardware/hw/driver_init.c b/watch-library/hardware/hw/driver_init.c index 3e097a8e..5eec7bcd 100644 --- a/watch-library/hardware/hw/driver_init.c +++ b/watch-library/hardware/hw/driver_init.c @@ -90,16 +90,6 @@ void SPI_0_PORT_init(void) { gpio_set_pin_direction(A1, GPIO_DIRECTION_OUT); gpio_set_pin_function(A1, PINMUX_PB01C_SERCOM3_PAD3); - - gpio_set_pin_level(A3, - // Initial level - // pad_initial_level - // Low - // High - true); - - // Set pin direction to output - gpio_set_pin_direction(A3, GPIO_DIRECTION_OUT); } void SPI_0_CLOCK_init(void) { -- cgit v1.2.3