RollingGecko / VescUartControl

Arduino library to interface with the VESC bldc over UART.
Other
141 stars 75 forks source link

'fdevopen' was not declared in this scope #6

Closed ccostel closed 7 years ago

ccostel commented 7 years ago

I am getting an error after including the library into a sketch.

printf.h:28:29: error: 'fdevopen' was not declared in this scope fdevopen( &serial_putc, 0 );

RollingGecko commented 7 years ago

Didn't see it yet. Sorry. Did you solve the problem?

ccostel commented 7 years ago

Hey. No I did not manage to finish it. At the end I wrote my own implementation. I think I might have been missing a library.