control the Build Order
to make project more structured try divide parts multiple tabs inside arduino ide. current decision use multi file sketch no extension (so files have .pde extension).
according http://www.arduino.cc/en/hacking/buildprocess these sketches concatenated together.
i have problems variable declarations needed in earlier parts merged later parts (making compiler unhappy).
i don't want switch .h/.c stuff. have chance control order of merge process?
according http://www.arduino.cc/en/hacking/buildprocess these sketches concatenated together.
i have problems variable declarations needed in earlier parts merged later parts (making compiler unhappy).
i don't want switch .h/.c stuff. have chance control order of merge process?
quote
i have problems variable declarations needed in earlier parts merged later parts (making compiler unhappy).
there no one-size-fits-all answer. posting code , error messages necessary solve your issue.
Arduino Forum > Forum 2005-2010 (read only) > Software > Syntax & Programs > control the Build Order
arduino
Comments
Post a Comment