AVR-Programming
AVR-Programming copied to clipboard
Code examples for the book "Make: AVR Programming"
Just a heads up! The home page looks to be a test page ... "The littlehacks virtual host is barely working!" Other pages are not working. I'll just have to...
I am currently on Chapter 5. So the thing is I am using an Arduino (meaning using the m328p). I flash my arduino with the SerialLoopback code. I hook up...
I updated autoPlay.py (Chapter 5, serialOrgan) for python 3 (and skipped the serialorgansongs.jottit.com lines since that site no longer exists) and added some notes for figuring out the current serial...
Hi Elliot, I bought the book (AVR Programming) and arrived here to get the sample files but the download zip just gives a 0kb file in my downloads folder. I've...
/* A simple test of serial-port functionality. Takes in a character at a time and sends it right back out, displaying the ASCII value on the LEDs. */ // -------...
` %.o: %.c $(HEADERS) Makefile ` This line means each object file has dependencies on .c file and all header file and Makefile However in each project, each .c file...
I was working though the book using the 168 as is used in the book. I got a couple atmega8 chips for something else and figured I'd test them by...
**Hello, congratualations to this great book!** However, I had a very hard time getting BlinkLED from Chapter 2 to work... Figure 2-8 just wouldn't work with the "Atmega328p-pu Chip w/...
whenever i try to build any of the makefiles i get this error. gcc: fatal error: input file ‘Makefile’ is the same as output file compilation terminated.
Chapter 10, page 206 states > You might be wondering why we're only lighting up three LEDs using the hardware PWM, [...] AVR's dedicated PWM pins are limited to [...]...