Embedded world

Embedded,C Programming,C,Linux

Saturday, October 21, 2017

function

Function is code to avoid repeating same code again and again

Hello world

#include <stdio.h>
int main()
{
printf("Hello world");
return 0;
}

STM32F407

STM32F4 discovery board.

Serial print


Lets Blink

Hello Everyone,

Today  I am Going to Tell you how to blink inBuilt Led of Arduino uno

Parts Required


1.Arduino uno Development Board

2.Arduino uno Programming cable

3.Arduino IDE installed on PC.

 
3..Arduino uno IDE

Now start

Insert the usb Cable in usb port of laptop/Computer.It will create COMport on your system.Now open the Arduino IDE.













Finding COM PORT in ubuntu

 Hello ,In this post we see how to find COM port/Serial port in Ubuntu. Items Required 1.Usb to TTL cable  Step 1: Finding COM Port in Compu...