mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-19 08:46:32 +00:00
Update esp8266toEsp32.h
This commit is contained in:
parent
40a5d661fe
commit
dda1889a7c
@ -26,7 +26,9 @@
|
|||||||
|
|
||||||
// input range is in full range, ledc needs bits
|
// input range is in full range, ledc needs bits
|
||||||
void analogWriteRange(uint32_t range);
|
void analogWriteRange(uint32_t range);
|
||||||
|
void analogWriteRange(uint32_t range, uint8_t pin);
|
||||||
void analogWriteFreq(uint32_t freq);
|
void analogWriteFreq(uint32_t freq);
|
||||||
|
void analogWriteFreq(uint32_t freq, uint8_t pin);
|
||||||
int32_t analogAttach(uint32_t pin, bool output_invert = false); // returns the ledc channel, or -1 if failed. This is implicitly called by analogWrite if the channel was not already allocated
|
int32_t analogAttach(uint32_t pin, bool output_invert = false); // returns the ledc channel, or -1 if failed. This is implicitly called by analogWrite if the channel was not already allocated
|
||||||
void analogWrite(uint8_t pin, int val);
|
void analogWrite(uint8_t pin, int val);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user