App.js: import React, { useState } from 'react' import { Text, View, Image, TouchableOpacity, StyleSheet, StatusBar...
Read More
01 Program to Change Background on Click in React Native
App.js: import React,{useState} from 'react' import {Text,StyleSheet,View,TouchableOpacity,StatusBar} from 'react-native'...
Read More
2 Program of Morse Code with the help of Blink in Arduino UNO
Program: const int dotDelay = 200; const int ledPin = 13; char* letters[] = { ".-", "-...", "-.-.", "-...
Read More
1 Light Blink/Hello World Program in Arduino UNO
Program: // the setup function runs once when you press reset or power the board void setup() { // initialize digital...
Read More
Subscribe to:
Posts (Atom)