- 🔭 I’m currently working on Security Locks and Readers
- 🌱 I’m currently learning FreeRTOS, C++ and Driver development
- 👯 I’m looking to collaborate on Low Level Driver development
- 📫 How to reach me [email protected]
- ⚡ Fun fact When I was young, I wanted to be a Scientist
🎯
Focusing
Embedded Developer 🛠️ | Tech Enthusiast 💡 | Code, Create, Innovate 🚀
- India
-
09:57
(UTC +05:30) - in/parameswaran-ap-823358192
Pinned Loading
-
pcd2las
pcd2las PublicForked from vtppplusgo/pcd2las
Convert .las or .pcd point cloud to .pcd or .las extension
C++
-
-
Setting EPOCH time and reading curre...
Setting EPOCH time and reading current time using ESP32-IDF (POSIX API) 1#include <stdio.h>
2#include <stdlib.h>
3#include <time.h>
4#include <sys/time.h>
5#include "esp_system.h"
-
Passing address of one structure var...
Passing address of one structure variable to another without using malloc in c 1#include <stdio.h>
2#include <stdlib.h>
3typedef struct dt{
4int error;
5int val;
-
C predefined Macros and C macro func...
C predefined Macros and C macro functions 1#include <stdio.h>
2#define min(a,b) ((a<b)?("less\n"):("greater\n"))
3int main() {
4printf(min(3,1));
5printf("File :%s\n", __FILE__ );
-
Making structure as pointer and allo...
Making structure as pointer and allocating memory to read and write values in c 1#include <stdio.h>
2#include <stdlib.h>
3typedef struct dt{
4int error;
5int val;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.