Add support for a general user LED lower-half driver

This commit is contained in:
Gregory Nutt
2015-11-01 14:57:22 -06:00
parent 0dea00177e
commit fc91ded815
6 changed files with 166 additions and 3 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/****************************************************************************
* drivers/button_upper.c
* drivers/input/button_upper.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>