I am trying to use your EasyTransfer library with a 315 MHz rf link – it works fine using a standard virtualwire demo, but I can not figure out how to define the data pin using your library? With just the virtual wire library demo I define int RF_RX_PIN = 2; and vw_set_rx_pin(RF_RX_PIN); – not seeing anywhere to specify this pin using your library, have tried using the same method but did not work?
Sorry if I am missing something, did a lot of searching/testing with no luck