chipKIT® Development Platform

Inspired by Arduino™

Library generator

Created Fri, 22 Nov 2013 19:39:16 +0000 by majenko


majenko

Fri, 22 Nov 2013 19:39:16 +0000

Bored with writing the same code time and again when you start a new library? Me too.

That's why I wrote myself a little Automatic Library Generator: [url]http://www.uecide.org/blanklib.php[/url]

Just enter the name for your new library, select a license (if any) and enter your name or organisation (only so it can fill in the license text - I never record anything like that), and press "Generate". You'll get a Zip file with your new blank library in it, with all the files named right, the license information in it, a template class, all ready to go. Just fill in the code :)


guymc

Fri, 22 Nov 2013 20:59:02 +0000

Wow, that is very cool! Simple, elegant, and useful.

Nice to include several different license boilerplates...


majenko

Fri, 22 Nov 2013 21:00:04 +0000

Wow, that is very cool! Simple, elegant, and useful. Nice to include several different license boilerplates...

Well, I like BSD 3-clause, but I know others like GPL, or LGPL, so I thought I should pander to the masses ;)