MCPcopy Create free account

hub / github.com/IRMP-org/IRMP / functions

Functions136 in github.com/IRMP-org/IRMP

FunctionnoTone
examples/Interrupt/PinDefinitionsAndMore.h:84
FunctionnoTone
examples/ReceiveAndSend/PinDefinitionsAndMore.h:84
FunctionnoTone
examples/SendAllProtocols/PinDefinitionsAndMore.h:84
FunctionnoTone
examples/Callback/PinDefinitionsAndMore.h:84
FunctionnoTone
examples/IRDispatcherDemo/PinDefinitionsAndMore.h:84
MethodprintIRCommandString
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:346
MethodprintIRInfo
* @return true, if IR Receiver is attached */
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:91
FunctionreadADCChannel
* Conversion time is defined as 0.104 milliseconds by ADC_PRESCALE in ADCUtils.h. */
examples/AllProtocols/ADCUtils.hpp:80
FunctionreadADCChannelMultiSamples
* 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
FunctionreadADCChannelMultiSamplesWithReferenceAndPrescaler
* 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
FunctionreadADCChannelWithOversample
* 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
FunctionreadADCChannelWithReferenceMaxMicros
* use ADC_PRESCALE32 which gives 26 us conversion time and good linearity * @return the maximum value during aMicrosecondsToAquire measurement. */
examples/AllProtocols/ADCUtils.hpp:376
FunctionreadADCChannelWithReferenceOversampleFast
* Use ADC_PRESCALE32 which gives 26 us conversion time and good linearity for 16 MHz Arduino */
examples/AllProtocols/ADCUtils.hpp:228
FunctionreadUntil4ConsecutiveValuesAreEqual
* aMaxRetries = 255 -> try forever * @return (tMax + tMin) / 2 */
examples/AllProtocols/ADCUtils.hpp:385
FunctionreadVCCVoltage
* !!! Resolution is only 20 millivolt !!! */
examples/AllProtocols/ADCUtils.hpp:567
FunctionreadVCCVoltageSimple
* !!! Function without handling of switched reference and channel.!!! * Use it ONLY if you only call getVCCVoltageSimple() or getVCCVoltageMillivoltS
examples/AllProtocols/ADCUtils.hpp:547
FunctionresetCounterForVCCUndervoltageMultipleTimes
examples/AllProtocols/ADCUtils.hpp:707
FunctionsendExtendedNEC
* 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
FunctionsendFast8BitAndParity
* LSB first, send header, command, inverted command and stop bit */
src/TinyIRSender.hpp:287
FunctionsendNECMinimal
* 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
FunctionsetADCChannelAndReferenceForNextConversion
* To prepare reference and ADMUX for next measurement */
examples/AllProtocols/ADCUtils.hpp:141
MethodsetNextBlockingCommand
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:322
MethodsetRequestToStopReceived
examples/IRDispatcherDemo/IRCommandDispatcher.hpp:356
Functiontone
examples/OneProtocol/PinDefinitionsAndMore.h:74
Functiontone
examples/TinySender/PinDefinitionsAndMore.h:200
Functiontone
examples/TinyReceiver/PinDefinitionsAndMore.h:200
Functiontone
examples/ReceiveAndSendDynamicPins/PinDefinitionsAndMore.h:74
Functiontone
examples/AllProtocols/PinDefinitionsAndMore.h:74
Functiontone
examples/RFProtocols/PinDefinitionsAndMore.h:74
Functiontone
examples/SimpleSender/PinDefinitionsAndMore.h:74
Functiontone
examples/SimpleReceiver/PinDefinitionsAndMore.h:74
Functiontone
examples/Interrupt/PinDefinitionsAndMore.h:74
Functiontone
examples/ReceiveAndSend/PinDefinitionsAndMore.h:74
Functiontone
examples/SendAllProtocols/PinDefinitionsAndMore.h:74
Functiontone
examples/Callback/PinDefinitionsAndMore.h:74
FunctionwaitAndReadADCChannelWithReferenceAndRestoreADMUXAndReference
* Conversion time is defined as 0.104 milliseconds by ADC_PRESCALE in ADCUtils.h. * Restores ADMUX after reading */
examples/AllProtocols/ADCUtils.hpp:131
← previous101–136 of 136, ranked by callers