How to use EVE_PIN_PD_STATE? #55
-
Hello, Just stumbled accross this define EVE_PIN_PD_STATE 0x71, has this been sent in the repository? I can't seem to find a way of using it. I see it i in the datasheet but just wondering if anyone knows how this works and how to implement? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Oh, somehow I completely missed this. EVE_cmdWrite(EVE_PIN_PD_STATE , 0x39); I have never used this but looking at the datasheet I believe this is putting the Audio pin to Pull-Down during power down. |
Beta Was this translation helpful? Give feedback.
Oh, somehow I completely missed this.
EVE_PIN_PD_STATE is for one of the host commands.
This are a different category alltogether and so the have their own function: EVE_cmdWrite(uint8_t command, uint8_t parameter)
EVE_cmdWrite(EVE_PIN_PD_STATE , 0x39);
I have never used this but looking at the datasheet I believe this is putting the Audio pin to Pull-Down during power down.