Sming Framework API
Sming - Open Source framework for high efficiency WiFi SoC ESP8266 native development with C++ language.
|
This is the complete list of members for IRsendTest, including all inherited members.
addGap(uint32_t usecs) (defined in IRsendTest) | IRsendTest | inline |
begin() (defined in IRsend) | IRsend | |
calibrate(uint16_t hz=38000U) (defined in IRsend) | IRsend | |
capture (defined in IRsendTest) | IRsendTest | |
dumpRawResult() (defined in IRsendTest) | IRsendTest | inline |
enableIROut(uint32_t freq, uint8_t duty=DUTY_DEFAULT) (defined in IRsend) | IRsend | |
IRsend(uint16_t IRsendPin, bool inverted=false) (defined in IRsend) | IRsend | explicit |
IRsendTest(uint16_t x, bool i=false) (defined in IRsendTest) | IRsendTest | inlineexplicit |
last (defined in IRsendTest) | IRsendTest | |
makeDecodeResult(uint16_t offset=0) (defined in IRsendTest) | IRsendTest | inline |
mark(uint16_t usec) (defined in IRsendTest) | IRsendTest | inlineprotected |
output (defined in IRsendTest) | IRsendTest | |
outputOff (defined in IRsend) | IRsend | protected |
outputOn (defined in IRsend) | IRsend | protected |
outputStr() (defined in IRsendTest) | IRsendTest | inline |
rawbuf (defined in IRsendTest) | IRsendTest | |
reset() (defined in IRsendTest) | IRsendTest | inline |
send(uint16_t type, uint64_t data, uint16_t nbits) (defined in IRsend) | IRsend | |
sendData(uint16_t onemark, uint32_t onespace, uint16_t zeromark, uint32_t zerospace, uint64_t data, uint16_t nbits, bool MSBfirst=true) (defined in IRsend) | IRsend | |
sendGeneric(const uint16_t headermark, const uint32_t headerspace, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint16_t footermark, const uint32_t gap, const uint64_t data, const uint16_t nbits, const uint16_t frequency, const bool MSBfirst, const uint16_t repeat, const uint8_t dutycycle) (defined in IRsend) | IRsend | |
sendGeneric(const uint16_t headermark, const uint32_t headerspace, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint16_t footermark, const uint32_t gap, const uint32_t mesgtime, const uint64_t data, const uint16_t nbits, const uint16_t frequency, const bool MSBfirst, const uint16_t repeat, const uint8_t dutycycle) (defined in IRsend) | IRsend | |
sendGeneric(const uint16_t headermark, const uint32_t headerspace, const uint16_t onemark, const uint32_t onespace, const uint16_t zeromark, const uint32_t zerospace, const uint16_t footermark, const uint32_t gap, const uint8_t *dataptr, const uint16_t nbytes, const uint16_t frequency, const bool MSBfirst, const uint16_t repeat, const uint8_t dutycycle) (defined in IRsend) | IRsend | |
sendRaw(uint16_t buf[], uint16_t len, uint16_t hz) (defined in IRsend) | IRsend | |
space(uint32_t time) (defined in IRsendTest) | IRsendTest | inlineprotected |