summaryrefslogtreecommitdiff
path: root/src/stm-demo/ao_demo.c
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2018-08-05 08:45:30 +0800
committerKeith Packard <keithp@keithp.com>2018-08-05 09:04:19 +0800
commit50c6d796e0dbb69289f95c826e6b542e538fc5de (patch)
treeccafd5d6d4329ed7af368be3cb22cf838bbedf07 /src/stm-demo/ao_demo.c
parent327b765962d397efd4c45b6209c9225a4d23ba1d (diff)
altos/stm-demo: Set up for dumping eeprom
This is used to dump an eeprom wired to the stm demo board. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/stm-demo/ao_demo.c')
-rw-r--r--src/stm-demo/ao_demo.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stm-demo/ao_demo.c b/src/stm-demo/ao_demo.c
index db432c2a..f6c8e3df 100644
--- a/src/stm-demo/ao_demo.c
+++ b/src/stm-demo/ao_demo.c
@@ -223,11 +223,12 @@ main(void)
ao_cmd_init();
// ao_lcd_stm_init();
// ao_lcd_font_init();
-// ao_spi_init();
+ ao_spi_init();
// ao_i2c_init();
// ao_exti_init();
// ao_quadrature_init();
// ao_button_init();
+ ao_storage_init();
// ao_timer_set_adc_interval(100);