Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c862d2

Browse files
bump dist to 2.0.5
1 parent 921d83f commit 0c862d2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

‎examples/EdgeImpulse/EdgeImpulseExample/EdgeImpulseExample.ino

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ void loop() {
3030
for (int i = 0; i < EI_CLASSIFIER_DSP_INPUT_FRAME_SIZE; i++)
3131
features[i] = Serial.readStringUntil(',').toFloat();
3232

33+
// here is where the magic happens...
3334
Serial.print("Predicted class: ");
3435
Serial.println(impulse.predict(features));
3536
Serial.print("Predicted label: ");

‎library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "git",
77
"url": "https://github.com/eloquentarduino/EloquentArduino"
88
},
9-
"version": "2.0.4",
9+
"version": "2.0.5",
1010
"authors": {
1111
"name": "Simone Salerno",
1212
"url": "https://github.com/eloquentarduino"

‎library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=EloquentArduino
2-
version=2.0.4
2+
version=2.0.5
33
author=Simone Salerno <support@eloquentarduino.com>
44
maintainer=Simone Salerno <support@eloquentarduino.com>
55
sentence=An eloquent interface to common Arduino patterns, data structures and algorithms

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /