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