That may be a foolish question, but ..... as i said, I am a greenhorn
On 10 Sep., 13:38, Till Seyfarth <
tillseyfa...@gmail.com> wrote:
> Hi Tim,
>
> splitting up functionality in more than one source code
> file ("modularization") is generally considered
> to improve understandability, reuseability, testability, changeability and
> several other software quality characteristics. Putting it all in one big
> chunk is not an option.
>
> What you find in the wiki is a description and a few citations from the
> source. It's documentation. The .c and .h files in the repository form the
> software source code that needs to be compiled. I think it would be best if
> you took a day or so to understand the basics of how to import the modules
> into a project of your development environment of choice (there are several
> free options), compile them to get the .hex file that is then transferred to
> the controller. There are plenty of excellent sources on this topic, some of
> If you do not intend to change the software you could simply download the
> compiled SPOT.hex file here:
http://groups.google.com/group/spot-development/files.
>
> Cheers
> Till
>
> On Thu, Sep 10, 2009 at 12:04 PM, tim10243 <
t...@brakemeier.info> wrote:
>
> > Hi,
> > I am starting to think about the software now. I´ll find a lot of
> > parts of the software here:
>