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