cgwood / ArdustationMega

3 stars 5 forks source link

#define for different hardware versions #2

Closed cgwood closed 11 years ago

cgwood commented 11 years ago

Add a define at top of ArdustationMega.ino for which board is being used. Colin's prototype or jdrones board. This will be used to define button layout and serial port mappings

jpkh commented 11 years ago

We can easily detect that as there are some serial coding done to detect wich version of hardware we are running. It all can be a runtime settings during boot.

cgwood commented 11 years ago

I'm now running the jdrones version of the board, so this isn't really an issue any more.