From 1c62d04e2eda24cb07565eb4380ece44e17ee839 Mon Sep 17 00:00:00 2001 From: Damien Date: Mon, 4 Nov 2013 23:05:48 +0000 Subject: Add DAC, and simple audio driver to STM code. --- stm/main.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stm/main.c') diff --git a/stm/main.c b/stm/main.c index f8f1105c1c..996684cb89 100644 --- a/stm/main.c +++ b/stm/main.c @@ -20,6 +20,7 @@ #include "usart.h" #include "usb.h" #include "ff.h" +#include "audio.h" static FATFS fatfs0; @@ -745,6 +746,9 @@ soft_reset: // servo servo_init(); + // audio + audio_init(); + // add some functions to the python namespace { py_obj_t m = py_module_new(); -- cgit v1.2.3