Home › Forums › EasyTransfer Library Support Forum › "no matching function for call to begin()" trying to compile the samples › Reply To: "no matching function for call to begin()" trying to compile the samples
February 4, 2014 at 3:44 pm
#3110
Michael P. Flaga
Member
the three directories in the package need to be :
.\Arduino\libraries\EasyTransfer
.\Arduino\libraries\EasyTransferI2C
.\Arduino\libraries\EasyTransferVirtualWire
The git package may put them incorrectly into
.\Arduino\libraries\EasyTransfer\EasyTransfer
.\Arduino\libraries\EasyTransfer\EasyTransferI2C
.\Arduino\libraries\EasyTransfer\EasyTransferVirtualWire
Hence your error that it can not find it.
Additionally it will only work on an UNO. Leo’s USB will have issues.