We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42fe877 commit 26b06f7Copy full SHA for 26b06f7
2 files changed
library.properties
@@ -1,5 +1,5 @@
1
name=NeuralNetwork
2
-version=2.1.7
+version=2.2.0
3
author=George Chousos
4
maintainer=gxousos@gmail.com
5
sentence=Simple MLP Neural-Network Library.
src/NeuralNetwork.h
@@ -54,7 +54,7 @@
54
#ifndef NeuralNetwork_h
55
#define NeuralNetwork_h
56
57
-#define __NN_VERSION__ "VERSION: 2.1.7"\n
+#define __NN_VERSION__ "VERSION: 2.2.0"\n
58
59
// - That gives you access to the standard types and constants of the Arduino language.
60
#include "Arduino.h"
0 commit comments