This website requires JavaScript.
Explore
Help
Register
Sign In
sergiotarxz
/
nuttx-apps
Watch
1
Star
0
Fork
0
You've already forked nuttx-apps
Code
Issues
Pull Requests
Releases
Wiki
Activity
81645fe18f
nuttx-apps
/
examples
/
buttons
History
Gregory Nutt
81645fe18f
strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
2017-02-16 15:58:15 -06:00
..
.gitignore
Add a new buttons example that uses the button character driver instead of the architecture buttons directly
2016-10-11 14:25:55 -06:00
buttons_main.c
strcasecmp, strncasecmp, bzero, bcmp, and bcopy should be defined in strings.h, not string.h. bzero, bcmp, and bcopy are legacy functions; the contemporary counterparts should be used instead.
2017-02-16 15:58:15 -06:00
Kconfig
examples/buttons: Eliminate 'too many initializers' warning.
2017-02-16 11:00:43 -06:00
Make.defs
Add a new buttons example that uses the button character driver instead of the architecture buttons directly
2016-10-11 14:25:55 -06:00
Makefile
Add a new buttons example that uses the button character driver instead of the architecture buttons directly
2016-10-11 14:25:55 -06:00