View Single Post
Old 05-06-2015, 01:21 AM   #1840 (permalink)
P-hack
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
I didn't use a makefile or template (you have some junk in there). I assume you have xc16 installed.

I just created a new project -> next
standalone next
device dsPic30f4011 next
pickit2 (or whatever) next
xc16 next
project name: psinduction (or whatever) finish

To add the files (without learning git, though you probably should at some point), you can just unzip the attachment in this post to disk, then
right click on "source files"
add existing items from folders
"add folder"
browse to /home/p-hack/ACInductionController (or whatever location you unzipped them to)
"add"

to build, click on run -> clean and build.
Attached Thumbnails
Click image for larger version

Name:	screen.jpeg
Views:	26
Size:	121.0 KB
ID:	17511  

Last edited by P-hack; 05-06-2015 at 01:30 AM..
  Reply With Quote
The Following 2 Users Say Thank You to P-hack For This Useful Post:
e*clipse (05-06-2015), thingstodo (05-06-2015)