virtual_wire_transmitter

Virtual Wire transmitter only version

Author Rob Jansen, Copyright © 2018..2019, all rights reserved.
Adapted-by
Compiler 2.5r2

Description

This is the transmit only version of Virtual_Wire, see the file
             virtual_wire.jal for all changes compared to the original
             Virtual_Wire library and more information.


Sources

http://www.airspayce.com/mikem/arduino/VirtualWire.pdf


Notes

-


Dependencies

No dependency found



Summary

Global variables/contants

Procedures

Functions

Private

API details

Global variables/contants

Procedures

  • vw_service()

    This is the service routine that must be called by the main program when the
    timer overflows. Its job is to output the next bit from the transmitter
    (every 8 calls).
    

  • vw_init()

    Initialize the virtual wire driver.
    

  • vw_tx_stop()

    Stop the transmitter, call when all bits are sent
    

  • vw_wait_tx()

    Wait for the transmitter to become available
    Busy-wait loop until the ISR says the message has been sent
    

Functions

Private

Related samples

Here are the list of samples which use this library:

12f61712f617_virtual_wire_transmitter.jal