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

#3110

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.