Add GpioPadName_ButtonVol[UpDown]

This commit is contained in:
Michael Scire 2018-11-10 13:09:01 -08:00
parent 4a87543ec3
commit ac7393c40c

View File

@ -10,6 +10,8 @@
typedef enum {
GpioPadName_AudioCodec = 1,
GpioPadName_ButtonVolUp = 25,
GpioPadName_ButtonVolDown = 26,
} GpioPadName;
typedef struct {