- This topic has 1 reply, 2 voices, and was last updated 12 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › AVR › problem regarding C code of LED blinking in avr
i am very new to this embedded world… i tried to understand the first projct given on site LED blinking… sir my question is where shall i write that code i tried with turbo C it shows error and when i asked my teachers they says these kinds of hedder files are not present in torbo C is that some what else language which looks like C which compiler shall i use can you send me some ebooks where i can learn all those things so some links
Your teachers are correct. this type code need different compilers like KeilC for 8051, avr-gcc for AVR microcontrollers.
install that compilers which are available on net. then study the projects written on site step by step. this may help u. if face any problem u can ask.