We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09a895 commit 5b43deeCopy full SHA for 5b43dee
cores/esp32/esp32-hal-sigmadelta.h
@@ -19,7 +19,6 @@ extern "C" {
19
//freq 1220-312500 duty 0-255
20
bool sigmaDeltaAttach(uint8_t pin, uint32_t freq);
21
bool sigmaDeltaWrite(uint8_t pin, uint8_t duty);
22
-uint8_t sigmaDeltaRead(uint8_t pin);
23
bool sigmaDeltaDetach(uint8_t pin);
24
25
#endif
0 commit comments