Wiring uses boardInit() instead of Init() as Arduino IDE or chipKIT MPIDE do.
However, all 3 are implementations based on the same Processing.
Is there a specific reason for the boardInit()?
For better compatibility, couldn't boardInit() be changed for Init()?
This is one issue I'm presently facing on my embedXcode project, embedded computing on Xcode.
Thanks.