Line 1: Line 1:
 
[[Category:AVR Tutorials]]
 
[[Category:AVR Tutorials]]
 
Let us look at the basics of 'C' for programming AVR Micrcontrollers in this tutorial. Simple stuff like setting and clearing bits is important to any project you do.  
 
Let us look at the basics of 'C' for programming AVR Micrcontrollers in this tutorial. Simple stuff like setting and clearing bits is important to any project you do.  
 
+
=Setting a bit=
= Video Tutorials =
+
=Clearing a bit=
== Setting and Clearing bit ==
+
=Checking a bit=
{{#ev:youtube|024f0NX2FLs|480}}
+
=Toggling a bit=
 
+
== Data Types ==  
+
{{#ev:youtube|-7tXxbLUFF0|480}}
+

Revision as of 09:20, 23 March 2016

Let us look at the basics of 'C' for programming AVR Micrcontrollers in this tutorial. Simple stuff like setting and clearing bits is important to any project you do.

Setting a bit

Clearing a bit

Checking a bit

Toggling a bit