Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IRMP-org/IRMP
/ functions
Functions
136 in github.com/IRMP-org/IRMP
⨍
Functions
136
◇
Types & classes
9
Function
noTone
examples/Interrupt/PinDefinitionsAndMore.h:84
Function
noTone
examples/ReceiveAndSend/PinDefinitionsAndMore.h:84
Function
noTone
examples/SendAllProtocols/PinDefinitionsAndMore.h:84
Function
noTone
examples/Callback/PinDefinitionsAndMore.h:84
Function
noTone
examples/IRDispatcherDemo/PinDefinitionsAndMore.h:84
Method
printIRCommandString
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:346
Method
printIRInfo
* @return true, if IR Receiver is attached */
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:91
Function
readADCChannel
* Conversion time is defined as 0.104 milliseconds by ADC_PRESCALE in ADCUtils.h. */
examples/AllProtocols/ADCUtils.hpp:80
Function
readADCChannelMultiSamples
* Returns sum of all sample values * Assumes, that channel and reference are still set to the right values * @ param aNumberOfSamples If > 16k an ov
examples/AllProtocols/ADCUtils.hpp:319
Function
readADCChannelMultiSamplesWithReferenceAndPrescaler
* Returns sum of all sample values * Conversion time is defined as 0.104 milliseconds for 16 MHz Arduino for ADC_PRESCALE128 in ADCUtils.h. * @ para
examples/AllProtocols/ADCUtils.hpp:289
Function
readADCChannelWithOversample
* Oversample and multiple samples only makes sense if you expect a noisy input signal * It does NOT increase the precision of the measurement, since
examples/AllProtocols/ADCUtils.hpp:192
Function
readADCChannelWithReferenceMaxMicros
* use ADC_PRESCALE32 which gives 26 us conversion time and good linearity * @return the maximum value during aMicrosecondsToAquire measurement. */
examples/AllProtocols/ADCUtils.hpp:376
Function
readADCChannelWithReferenceOversampleFast
* Use ADC_PRESCALE32 which gives 26 us conversion time and good linearity for 16 MHz Arduino */
examples/AllProtocols/ADCUtils.hpp:228
Function
readUntil4ConsecutiveValuesAreEqual
* aMaxRetries = 255 -> try forever * @return (tMax + tMin) / 2 */
examples/AllProtocols/ADCUtils.hpp:385
Function
readVCCVoltage
* !!! Resolution is only 20 millivolt !!! */
examples/AllProtocols/ADCUtils.hpp:567
Function
readVCCVoltageSimple
* !!! Function without handling of switched reference and channel.!!! * Use it ONLY if you only call getVCCVoltageSimple() or getVCCVoltageMillivoltS
examples/AllProtocols/ADCUtils.hpp:547
Function
resetCounterForVCCUndervoltageMultipleTimes
examples/AllProtocols/ADCUtils.hpp:707
Function
sendExtendedNEC
* Send Extended NEC with a forced 16 bit address and 8 or 16 bit command depending on the value of aCommand. * @param aAddress - Send 16 bit address
src/TinyIRSender.hpp:234
Function
sendFast8BitAndParity
* LSB first, send header, command, inverted command and stop bit */
src/TinyIRSender.hpp:287
Function
sendNECMinimal
* Send NEC with 8 or 16 bit address or command depending on the values of aAddress and aCommand. * @param aAddress - If aAddress < 0x100 send 8 bit
src/TinyIRSender.hpp:165
Function
setADCChannelAndReferenceForNextConversion
* To prepare reference and ADMUX for next measurement */
examples/AllProtocols/ADCUtils.hpp:141
Method
setNextBlockingCommand
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:322
Method
setRequestToStopReceived
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:356
Function
tone
examples/OneProtocol/PinDefinitionsAndMore.h:74
Function
tone
examples/TinySender/PinDefinitionsAndMore.h:200
Function
tone
examples/TinyReceiver/PinDefinitionsAndMore.h:200
Function
tone
examples/ReceiveAndSendDynamicPins/PinDefinitionsAndMore.h:74
Function
tone
examples/AllProtocols/PinDefinitionsAndMore.h:74
Function
tone
examples/RFProtocols/PinDefinitionsAndMore.h:74
Function
tone
examples/SimpleSender/PinDefinitionsAndMore.h:74
Function
tone
examples/SimpleReceiver/PinDefinitionsAndMore.h:74
Function
tone
examples/Interrupt/PinDefinitionsAndMore.h:74
Function
tone
examples/ReceiveAndSend/PinDefinitionsAndMore.h:74
Function
tone
examples/SendAllProtocols/PinDefinitionsAndMore.h:74
Function
tone
examples/Callback/PinDefinitionsAndMore.h:74
Function
waitAndReadADCChannelWithReferenceAndRestoreADMUXAndReference
* Conversion time is defined as 0.104 milliseconds by ADC_PRESCALE in ADCUtils.h. * Restores ADMUX after reading */
examples/AllProtocols/ADCUtils.hpp:131
← previous
101–136 of 136, ranked by callers