File tree Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Expand file tree Collapse file tree 4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -13,3 +13,6 @@ arduino:samd:arduino_zero_native ./examples-stream/streams-generator-serial -> r
13
13
arduino:renesas_uno:unor4wifi ./examples-stream/streams-generator-serial -> rc=0
14
14
arduino:mbed_nano:nano33ble ./examples-stream/streams-generator-serial -> rc=0
15
15
arduino:mbed_rp2040:pico ./examples-stream/streams-generator-serial -> rc=0
16
+ arduino:mbed_giga:giga ./examples-stream/streams-generator-serial -> rc=0
17
+ arduino:zephyr:nano33ble ./examples-stream/streams-generator-serial -> rc=0
18
+ STMicroelectronics:stm32:GenF4 ./examples-stream/streams-generator-serial -> rc=0
Original file line number Diff line number Diff line change @@ -33,8 +33,9 @@ compile_example "arduino:samd:arduino_zero_native"
33
33
compile_example " arduino:renesas_uno:unor4wifi"
34
34
compile_example " arduino:mbed_nano:nano33ble"
35
35
compile_example " arduino:mbed_rp2040:pico"
36
- # compile_example "arduino:zephyr:nano33ble"
37
- # compile_example "STMicroelectronics:stm32:GenF4"
36
+ compile_example " arduino:mbed_giga:giga"
37
+ compile_example " arduino:zephyr:nano33ble"
38
+ compile_example " STMicroelectronics:stm32:GenF4"
38
39
39
40
./cleanup.sh
40
41
Original file line number Diff line number Diff line change 1
1
#pragma once
2
- #include < math.h>
3
2
3
+ #include < math.h>
4
4
#include " AudioStreams.h"
5
5
6
+ #ifndef M_PI
7
+ # define M_PI (3 .14159265358979323846f )
8
+ #endif
9
+
6
10
/* *
7
11
* @defgroup dsp DSP
8
12
* @ingroup main
Original file line number Diff line number Diff line change 25
25
#define SOFT_MUTE_VALUE 0
26
26
#define PIN_CS -1
27
27
28
- #define USE_ETHERNET
29
- #define USE_URL_ARDUINO
30
- #define USE_AUDIO_SERVER
28
+ // Uncomment to activate networking
29
+ //#define USE_ETHERNET
30
+ //#define USE_URL_ARDUINO
31
+ //#define USE_AUDIO_SERVER
31
32
You can’t perform that action at this time.
0 commit comments