Skip to content

Commit

Permalink
Add PinFunction UNDEFINED
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Nov 3, 2024
1 parent 89b649a commit 042049d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DriverPins.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ enum class PinLogic {
* @ingroup audio_driver
*/
enum class PinFunction {
UNDEFINED = 0,
HEADPHONE_DETECT,
AUXIN_DETECT,
PA, // Power Amplifier
Expand Down

0 comments on commit 042049d

Please sign in to comment.