convert pde to cpp
hi everyone,
i want convert pde file cpp , under visual studio made things, , using avr-gcc , avrdude upload software arduino.
thanks answers
best regards
malin
i want convert pde file cpp , under visual studio made things, , using avr-gcc , avrdude upload software arduino.
thanks answers
best regards
malin
the pde file c++ code. ide adds code it, such main function calls init(), setup() (your function), loop() (your function), , generates function prototypes other functions, if any. adds header file include statements.
adding these additional things isn't difficult.
have figured out how going make visual studio invoke avr-gcc?
adding these additional things isn't difficult.
have figured out how going make visual studio invoke avr-gcc?
Arduino Forum > Forum 2005-2010 (read only) > Software > Development > convert pde to cpp
arduino
Comments
Post a Comment