Skip to content

Commit

Permalink
First commit
Browse files Browse the repository at this point in the history
Working Keyboard and Mouse
Untested: mouse via external serial interface
TBD: Joystick
  • Loading branch information
benjaminaigner committed Nov 16, 2017
1 parent 23e5d84 commit c14fddf
Show file tree
Hide file tree
Showing 16 changed files with 11,583 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -0,0 +1,2 @@

./build
11 changes: 11 additions & 0 deletions Makefile
@@ -0,0 +1,11 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_NAME := hidd_demos

COMPONENT_ADD_INCLUDEDIRS := components/include \


include $(IDF_PATH)/make/project.mk

0 comments on commit c14fddf

Please sign in to comment.