We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06c569f commit 22bb160Copy full SHA for 22bb160
arduino-nixie/arduino-nixie.ino
@@ -12,7 +12,7 @@
12
////////// Software version //////////
13
const byte vMajor = 1;
14
const byte vMinor = 8;
15
-const byte vPatch = 0;
+const byte vPatch = 1;
16
17
////////// Other includes, global consts, and vars //////////
18
#include <Wire.h> //Arduino - GNU LPGL
0 commit comments