We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1ad34d commit 0274ba5Copy full SHA for 0274ba5
doxygen.cfg
@@ -5,10 +5,10 @@
5
#---------------------------------------------------------------------------
6
DOXYFILE_ENCODING = UTF-8
7
PROJECT_NAME = Ps2KeyboardHost
8
-PROJECT_NUMBER = 1.0.0
+PROJECT_NUMBER = 1.0.1
9
PROJECT_BRIEF = "Allows you to read from one or more PS2-style keyboards on an Arduino."
10
PROJECT_LOGO =
11
-OUTPUT_DIRECTORY = ..\firsttry
+OUTPUT_DIRECTORY = ..\..\PS2KeyboardHostDocumentation
12
CREATE_SUBDIRS = NO
13
ALLOW_UNICODE_NAMES = NO
14
OUTPUT_LANGUAGE = English
library.properties
@@ -1,5 +1,5 @@
1
name=Ps2KeyboardHost
2
-version=1.0.0
+version=1.0.1
3
author=Steve Benz
4
maintainer=Steve Benz <s8878992@hotmail.com>
sentence=PS2 Keyboard host controller
0 commit comments