File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 20
20
21
21
----------------------------------------------------------------------------*/
22
22
#include < driver/i2s.h>
23
- #include < chirp_connect.h>
24
23
24
+ #include " chirp_connect.h"
25
25
#include " credentials.h"
26
26
27
27
#define I2SI_DATA 12 // I2S DATA IN on GPIO32
@@ -53,14 +53,14 @@ static chirp_connect_state_t currentState = CHIRP_CONNECT_STATE_NOT_CREATED;
53
53
static volatile bool buttonPressed = false ;
54
54
static bool startTasks = false ;
55
55
56
- // Function definitions - --------------------------------------
56
+ // Function declarations --------------------------------------
57
57
void IRAM_ATTR handleInterrupt ();
58
58
void setupChirp ();
59
59
void chirpErrorHandler (chirp_connect_error_code_t code);
60
60
void setupAudioInput (int sample_rate);
61
61
void setupAudioOutput (int sample_rate);
62
62
63
- // Function declarations --------------------------------------
63
+ // Function definitions - --------------------------------------
64
64
void
65
65
onStateChangedCallback (void *connect, chirp_connect_state_t previous, chirp_connect_state_t current)
66
66
{
You can’t perform that action at this time.
0 commit comments