Skip to content

Commit 4748484

Browse files
committed
Remove namespace from examples
1 parent cac91b0 commit 4748484

File tree

7 files changed

+0
-13
lines changed

7 files changed

+0
-13
lines changed

examples/examples-audiokit/streams-pins-audiokit/streams-pins-audiokit.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#include "AudioLibs/AudioKit.h"
1111
#include "flite_arduino.h"
1212

13-
using namespace audio_tools;
14-
1513
AudioKitStream kit;
1614
Flite flite(kit);
1715

examples/examples-tts/streams-flite-audiokit/streams-flite-audiokit.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#include "AudioTools.h"
1111
#include "AudioLibs/AudioKit.h"
1212

13-
using namespace audio_tools;
14-
1513
AudioKitStream kit;
1614
Flite flite(kit);
1715

examples/examples-tts/streams-sam-audiokit/streams-sam-audiokit.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
#include "AudioLibs/AudioKit.h"
1111
#include "sam_arduino.h"
1212

13-
using namespace audio_tools;
14-
1513
AudioKitStream kit;
1614
SAM sam(kit);
1715

examples/examples-webserver/streams-effect-webserver_wav/streams-effect-webserver_wav.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#include "AudioTools.h"
1212

13-
using namespace audio_tools;
14-
1513
// WIFI
1614
const char *ssid = "ssid";
1715
const char *password = "password";

examples/examples-webserver/streams-generator-webserver_wav/streams-generator-webserver_wav.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010

1111
#include "AudioTools.h"
1212

13-
using namespace audio_tools;
14-
1513
// WIFI
1614
const char *ssid = "ssid";
1715
const char *password = "password";

examples/sandbox/experiment-effect_ads1015-webserver_wav/experiment-effect_ads1015-webserver_wav.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@
1111
#include "AudioTools.h"
1212
#include "ADS1X15.h"
1313

14-
using namespace audio_tools;
15-
1614
// WIFI
1715
const char *ssid = "ssid";
1816
const char *password = "password";

examples/sandbox/experiment-sdp810-serial/experiment-sdp810-serial.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#include <SDPSensors.h> //https://github.com/UT2UH/SDP3x-Arduino/tree/SDP8x
88
#include <AudioTools.h>
99

10-
using namespace audio_tools;
1110
typedef int16_t sound_t; // sound will be represented as int16_t
1211

1312
const int sample_rate = 1024;

0 commit comments

Comments
 (0)