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

#3109
Anonymous
Inactive

An update, the samples compile and run on my Arduino Uno.   It seems to be that my Teensyduino 2.0 is the problem, I still get this error:

Arduino: 1.0.5-r2 (Windows NT (unknown)), Board: “Teensy 2.0″TinySender.ino: In function ‘void setup()’:TinySender:26: error: no matching function for call to ‘EasyTransfer::begin(byte*, unsigned int, usb_serial_class*)’C:\Program Files\Arduino\libraries\EasyTransfer/EasyTransfer.h:46: note: candidates are: void EasyTransfer::begin(uint8_t*, uint8_t, HardwareSerial*)

For more information on the teensy:

http://www.pjrc.com/teensy/teensyduino.html

Non-Serial USB (no driver install message on Windows)

Download the arduino setup:

http://www.pjrc.com/teensy/td_download.html

 

Am I out of luck using your library with this board?  I’ve got a pair that would be quite nice to use in a current project.