Programming in C

Hi All,

Well, I just bought a Arduino board and have it up and running.

However, I was wondering how you would approach something like setting a pin HIGH in C.

I know how to do this in the arduino language, but how would one do this in C using the arduino board ?

Thanks in Advance !

Not real sure what you're asking, here. If you are working in the Arduino environment, you are working in C/C++. Could you post the code you're working with? Maybe that will clarify your question.

I started to think a little more about your question, and wondered if direct port manipulation is more what you're asking.

Yes dmesser, that was exacly what I ment !

I want to work with AVRStudio, programming only in C, but if your going to do that, you'll need to know how to approach a pin. The link you added is exacly what I need . . . I think :wink:

Thanks ~!!