chipKIT® Development Platform

Inspired by Arduino™

Creating Library with UECIDE or MPIDE

Created Thu, 17 Dec 2015 17:50:57 +0000 by FredCailloux


FredCailloux

Thu, 17 Dec 2015 17:50:57 +0000

I want to compile into a Library my latest little PmodDA2 interface. Can I do that with UECIDE or MPIDE or must I resort to another C software to do that. Link to a tutorial would also be appreciated. Thanks


majenko

Thu, 17 Dec 2015 18:10:23 +0000

UECIDE is your best bet. Go to Sketch -> Create new -> Library and give it a name.

It will create the library within the sketch initially - it is then up to you to move it elsewhere afterwards.