drivers/input/nunchuck.c: Add Nintendo Wii Nunchuck driver

This commit is contained in:
Alan Carvalho de Assis
2017-11-28 12:10:06 -06:00
committed by Gregory Nutt
parent da7f0542f0
commit 5a814a773d
9 changed files with 845 additions and 33 deletions
+6
View File
@@ -58,6 +58,12 @@
#endif
#endif /* CONFIG_NET */
#ifdef CONFIG_INPUT
/* Include input driver IOCTL definitions */
# include <nuttx/input/ioctl.h>
#endif
#ifdef CONFIG_DRIVERS_WIRELESS
/* Include wireless character driver IOCTL definitions */