Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PID controller in AVR

Status
Not open for further replies.

sanaz60

Newbie level 2
Joined
May 26, 2009
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,293
inavr.h

I wish to use PID controller for temperature process, I see AVR221 document and source files but I have a problem about two files that included <inavr.h> &>
<ioavr.h> . please help me
 

avr pid

Hi,

That is the header file
<ioavr.h> is having code related to access the I/O ports of AVR microcontroller.
I don't know about <inavr.h> but that is also header file to support the micrcontroller internal features.

By the way which controller are you using?
Which compiler are you using?
Please let me know.

Regards
Chanchal

Added after 2 minutes:

Hey let me know about how you are using PID control in your firmware.

Regards
Chanchal
 

avr pid controller

yeah,
different compiler has diferent header files.
so,what's your develop tools?
 

pid avr

hi
the compiler that used is codevisionAVR and the micro is Atmega32. I dont understant what you mean"how you are using PID control in your firmware" you mean analog or digital? thank you for helping
:D
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top