Embedded C

Embedded C for microcontrollers

Hello World Program- Embedded C
Variable Types in C
While(1) in Embedded C- Explained
Pointers in Embedded C- Explained
How to Code Pointers to Memory in Embedded C
How to Read or Write Data to a Pointer in C
How to Check if a Number is Even or Odd using AND Bitwise operation in C
How to Set Bits of a Number in C
How to Set All Bits of a Register in Embedded C
How to Clear Bits of a Number in C
How to Clear All Bits of a Register in Embedded C
How to Toggle Bits of a Number in C
How to Test a Bit of a Number in C
How to Create a Macro in C
Interrupts in Embedded C for Microcontrollers- Explained
How to Handle Switch Debouncing in a Microcontroller Circuit in Embedded C