Skip to content
Snippets Groups Projects
Commit 02179f57 authored by q3k's avatar q3k
Browse files

st3m: initialize bl00mbox

parent 8267491c
No related branches found
No related tags found
No related merge requests found
Pipeline #5688 passed
#include "badge23/captouch.h"
#include "badge23/spio.h"
#include "flow3r_bsp.h"
#include "st3m_audio.h"
#include "bl00mbox.h"
#include "esp_log.h"
#include "freertos/FreeRTOS.h"
......@@ -28,8 +26,6 @@ void badge23_main(void)
init_buttons();
captouch_init();
spio_badge_link_disable(255);
st3m_audio_set_player_function(bl00mbox_player_function);
captouch_force_calibration();
xTaskCreatePinnedToCore(&io_fast_task, "iofast", 4096, NULL, configMAX_PRIORITIES-1, NULL, 0);
......
......@@ -4,6 +4,8 @@
#include "st3m_scope.h"
#include "st3m_leds.h"
#include "bl00mbox.h"
#include "flow3r_bsp.h"
// Declared by badge23 codebase. To be removed and slurped up into st3m.
......@@ -25,6 +27,7 @@ void st3m_board_startup(void) {
st3m_fs_init();
st3m_scope_init();
st3m_audio_init();
st3m_audio_set_player_function(bl00mbox_player_function);
st3m_leds_init();
// Handoff to badge23.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment