Pavan MoodyESP32 BLE ClassicESp32 wroom + serial Bluetooth terminal + SSD1206 OledAug 2, 2023Aug 2, 2023
Pavan MoodyCheck endianIn this code, the endian function is used to print the hexadecimal representation of the individual bytes of an integer in reverse order…Jul 31, 2023Jul 31, 2023
Pavan MoodyQuicksort C#include<stdio.h> void swap(int *arr1,int *arr2){ int temp; temp = *arr1; *arr1 = *arr2; *arr2 = temp; }Jul 31, 2023Jul 31, 2023