C

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
[email protected]
 
Posts: 8
Joined: Wed Dec 31, 2008 11:30 am

C

Post by [email protected] »

Does it matter if I learn C for AVRs or can I learn plain old C?

Fjornir
 
Posts: 58
Joined: Fri Nov 28, 2008 3:14 pm

Re: C

Post by Fjornir »

The C used to program AVR microcontrollers is C like any other C.

User avatar
Franklin97355
 
Posts: 23912
Joined: Mon Apr 21, 2008 2:33 pm

Re: C

Post by Franklin97355 »

If you are planning to program avr devices you will have to learn the variety of c that works with them. Now that being said the c used is the same but the include files, compiler directives and function names will be more specific to the things that microcontrollers can do and each compiler will have a different way of implementing them.

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”