more refactoring

- jack & led moved to services
- output_i2s subscribes to jack detection
- add user-defined debounce timer to buttons
This commit is contained in:
philippe44
2020-01-08 19:09:53 -08:00
parent 1409e1ccbe
commit daef63fdea
10 changed files with 96 additions and 50 deletions

View File

@@ -20,3 +20,6 @@
#pragma once
extern void (*jack_handler_svc)(bool inserted);
extern bool jack_inserted_svc(void);