-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Injector sources not compile #8
Comments
Thanks for letting me know. I applied fix d75af14 which makes it to compile on On Tue, Dec 15, 2015 at 10:39 AM, gioreva [email protected] wrote:
|
Hi Zapta You found it on arduino.org Why you don’t sell PCB of lin module ? I was almost thinking of make and sell them, if possible. Da: Zapta [mailto:[email protected]] Thanks for letting me know. I applied fix d75af14 which makes it to compile on On Tue, Dec 15, 2015 at 10:39 AM, gioreva [email protected] wrote:
— |
arduino.org are the bad guys, right? ;-) I am using the .cc IDE. As for your question, I don't have the capacity to commercialize this On Wed, Dec 16, 2015 at 8:30 AM, gioreva [email protected] wrote:
|
I'm studying to design a card with LIN. Your Library (And Arduino Library) Work indifferently with UART 0, 1,2 and 3 ? I could put RS232, RS485, and LIN The Rx/Tx switch of RS485 is expected by Adruino ? Da: Zapta [mailto:[email protected]] arduino.org are the bad guys, right? ;-) I am using the .cc IDE. As for your question, I don't have the capacity to commercialize this On Wed, Dec 16, 2015 at 8:30 AM, gioreva [email protected] wrote:
— |
It doesn't use the UART but manipulate the incoming and the outgoing in To have the interrupt routing having predictable timing, any usage of On Mon, Dec 21, 2015 at 10:00 AM, gioreva [email protected] wrote:
|
Email now work, not working before. You had me say ? Da: Giorgio Evangelista [mailto:[email protected]] I'm studying to design a card with LIN. Your Library (And Arduino Library) Work indifferently with UART 0, 1,2 and 3 ? I could put RS232, RS485, and LIN The Rx/Tx switch of RS485 is expected by Adruino ? Da: Zapta [mailto:[email protected]] arduino.org are the bad guys, right? ;-) I am using the .cc IDE. As for your question, I don't have the capacity to commercialize this On Wed, Dec 16, 2015 at 8:30 AM, gioreva [email protected] wrote:
— |
Hi Zapta. I got the email failed. Now Work. Can you help me design a card TFT + CPU + LIN ? Da: Zapta [mailto:[email protected]] arduino.org are the bad guys, right? ;-) I am using the .cc IDE. As for your question, I don't have the capacity to commercialize this On Wed, Dec 16, 2015 at 8:30 AM, gioreva [email protected] wrote:
— |
Arduino:1.7.8 (Windows 8.1), Scheda:"Arduino Uno"
lin_processor.cpp: In static member function 'static void lin_processor::StateReadData::handleIsr()':
lin_processor.cpp:555:67: error: no matching function for call to 'LinFrame::append_byte(uint8&)'
lin_processor.cpp:555:67: note: candidate is:
In file included from lin_processor.h:17:0,
lin_frame.h:65:15: note: void LinFrame::append_byte(uint8, boolean)
inline void append_byte(uint8 value, boolean byte_has_injected_bits) {
lin_frame.h:65:15: note: candidate expects 2 arguments, 1 provided
Errore durante la compilazione
Questo report potrebbe essere più ricco
di informazioni con
"Mostra un output dettagliato durante la compilazione"
abilitato in "File > Impostazioni"
The text was updated successfully, but these errors were encountered: