forked from len0rd/rockbox
New voltage levels
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1279 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c384668c25
commit
756e74538f
1 changed files with 4 additions and 4 deletions
|
@ -120,10 +120,10 @@ int button_get(bool block)
|
||||||
* DOWN, PLAY, LEFT, and RIGHT are likewise connected to AN5. */
|
* DOWN, PLAY, LEFT, and RIGHT are likewise connected to AN5. */
|
||||||
|
|
||||||
/* Button analog voltage levels */
|
/* Button analog voltage levels */
|
||||||
#define LEVEL1 50
|
#define LEVEL1 300
|
||||||
#define LEVEL2 125
|
#define LEVEL2 500
|
||||||
#define LEVEL3 175
|
#define LEVEL3 700
|
||||||
#define LEVEL4 225
|
#define LEVEL4 900
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*Initialize buttons
|
*Initialize buttons
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue