ATMEL AVR Tips – Input Output Ports Code Snippets Elecrom August 12, 2015; Updated On: January 4th, 2017 6 In the previous Blog Post ( How to access Input / Output Ports ?) we learned how to use DDRx, PINx, and PORTx registers to access GPIOs. In this post you will find some ready to use AVR Input Output Ports (GPIO) settings (c code snippets) for AVR microcontrollers. This snippets will help you to: … Continue reading ATMEL AVR Tips – Input Output Ports Code Snippets
ATMEL AVR Tutorial 2 : How to access Input / Output Ports ? Elecrom February 12, 2008; Updated On: June 1st, 2019 101 [digg=http://digg.com/programming/AVR_Tutorial_2_AVR_Input_Output] Tutorial Overview You cannot imagine to use microcontroller without using any of its i/o pins. Finally its all about : taking input , processing it and generating output ! Thus i/o registers and their correct settings is indispensable part while learning to program any uC. We will learn how to use Atmel AVR’s GPIO ports … Continue reading ATMEL AVR Tutorial 2 : How to access Input / Output Ports ?