Explain trunk/dev source usage

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
demands
Posts: 35
Joined: Fri Jul 22, 2011 8:59 am
Location: Linköping, Sweden

Explain trunk/dev source usage

Post by demands »

Hi,

Although I still haven't compiled and uploaded any version to my Duemi yet, I've noticed one big difference between 1.7 Tag and Trunk/Dev version.
1.7 is one file only, I guess it's the only file needed, which can be compiled/uploaded through Arduino IDE...(??)

But, trunk/dev version consists of multiple .pde and a couple of .h files... Can someone explain how to use them (I'm refering to MultiWii code, Not MultiWiiConf)... AFAIK, Arduino IDE can't handle multifile projects :? (??)... How do I compile/use the dev version (which seems to contain alot more then 1.7)... I want to use the latest source, since I'm going to do some mods on my own (analog gyro), and I suspect 1.8 may be released before I'm even close to completing my project...

Thanks!
//demands

Alexinparis
Posts: 1630
Joined: Wed Jan 19, 2011 9:07 pm

Re: Explain trunk/dev source usage

Post by Alexinparis »

AFAIK, Arduino IDE can't handle multifile projects

It can.
Just open one of the .pde file, the rest will follow if everything is ine the same folder.

demands
Posts: 35
Joined: Fri Jul 22, 2011 8:59 am
Location: Linköping, Sweden

Re: Explain trunk/dev source usage

Post by demands »

:oops: :roll:
Just tested, I don't know where I got the idea it wouldn't work *stupid*...

My bad ;)

Post Reply