kamalanathan R
N/A
Skills Acquired at Skill-Lync :
Introduction
3 Projects
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Overview of the project: 1.Here, user given the First linked list quantity of data like 5. 2.Then user provide the sset of data of First list=[1,2,3,4,5]. 3.They given the Second linked list quantity of data like 5. 4.Then user provide the sset of data of First list=[4,5,6,7,8]. 5.After that we can apply the union and…
21 Aug 2022 07:18 AM IST
Project 2 - Implement the Code for controlling the retraction and extension of Airplane’s landing gear
Program: #include //Preprocessor typedef enum //Declaring data type to show status of state machine.{Steady_state,Rising_up,lowering_down,} Gear_status; //status of landing gear typedef enum{steady,up,down,} Valve_direction; //valve direction typedef struct{Gear_status arr1[3];char* state_signal[3];Valve_direction arr3[3];char*…
24 Aug 2022 06:42 PM IST
Project 1 - Interfacing a 16*2 LCD with Arduino using I2C protocol
Master: #include<Wire.h> //Library for I2C Communication functionsvoid setup(){pinMode(A0, INPUT); // connect input as a potentiometerSerial.begin(9600);Wire.begin(); //I2C communication } void loop(){float reading=analogRead(A0);float voltage=reading*(5.0/1024.0);signed int temp=(voltage-0.5)*100;Wire.beginTransmission(1);Wire.write(temp);Wire.endTransmission();delay(50);}…
03 May 2023 04:12 PM IST
2 Course Certificates
Academic Qualification
B.E
Jawahar Engineering College
16 May 2012 - 17 May 2016
12th
Alagappa Schools
19 May 2010 - 15 May 2012
10th
Sir M.Ct.Muthiah Chettiar Boys' Higher Secondary School
19 May 2009 - 18 May 2010
Here are the courses that I have enrolled
13 Hours of Content
20 Hours of Content
Similar Profiles
Ladder of success cannot be climbed with hands in pocket.
The Future in Motion
Give more than what you get you will get more than what you gave
Avid learner