Skip to main content

Posts

Showing posts from December, 2018

Download KineMaster Pro for Free Fully Unlocked Mod APK - Without watermark Direct download

Download KineMaster Pro For Free Without water mark - Direct download #kinemaster #pro for #freedwonload #withoutwatermark #download Kinemaster mod apk download without water mark NEW YEAR 2019 SPECIAL WISHES: https://hitandgain.com/Happy_newyear / Kinemaster best video editing software for both PC and Mobile  Available for free  with branding watermark.  FOR pro version you to pay small amount to developer. BUT don't worry I brought Pro version for Free Download without water mark...  Read more Before Download have look what is kinemaster and its feature  WHAT IS  KINEMASTER? KineMaster is the only full-featured professional video editor for Android, supporting multiple layers of video, images, and text, as well as precise cutting and trimming, multi-track audio, precise volume envelope control, color LUT filters, 3D transitions, and much more. DOWNLOAD NOW Features • Multiple layers of video, images, effects, overlays, sticker

crazy frog first time in youtube Billion views

Music video by Crazy Frog performing Axel F. (C) 2005 Mach 1 Records GmbH & Co KG Category Music Music in this video Learn more Song Axel F Artist Crazy Frog Album Axel F - The 2000s Licensed to YouTube by Voodoo_Music, Create Music Group, Inc. (on behalf of Crimson); CMRRA, Sony ATV Publishing, and 28 Music Rights Societies

Kgf telugu trailer new whatsapp status

Must watch!!

#KGF vs #Zero rocking star yash's dialogues #WhatsApp status #kannada

video credit: YouTube

#Kgf full movie review 1st day box office collection #full movie review

Basic microcontroller programs all in one file

BASIC MICROCONTROLLER PROGRAMS    There total 11 microcontroller programs are given one by one also provided  text document file for download at the end. 1.move block of data within internal RAM org 000h mov r0,#30h mov r1,#40h mov r2,#3 start: mov a,@r0 mov@r1,a inc r0 inc r1 djnz r2,start here: sjmp here end 2.packed to unpacked org 000h mov r1,#18h mov a,r1 anl a,#0fh mov r2,a mov a,r1 anl a,#0f0h swap a mov r3,a end 3. unpacked to packed org 000h mov r1,#1h mov r2,#8h mov a,r1 swap a add a,r2 here:sjmp here end 4. bcd to ascii code un_bcd equ 40h asci equ 41h org 000h mov a,#30h orl a,un_bcd mov asci,a here: sjmp here end 5. ascii to bcd asci equ 40h un_bcd equ 41h org 0h mov a,asci anl a,#0fh mov un_bcd,a here :sjmp here 6. evaluate simple arthmatic #include<reg51.h> void main() { unsigned char y; y=(((5*2)-(4+1))/3)%2; while(1); } 7.Addition three 8bit no. res equ 44h org 000h mov r0,#40h mov r2,#3 clr a mov r7,a start:add a,@r0 da a jnc next inc r7 next:inc r0 mov res,a d

Renesas Microcontroller doc / pdf file download

Renesas Microcontroller Renesas is latest automotive microcontroller family that offers high performance feature with exceptionally low power consumption over a wide and versatile extend of items. This microcontroller offers rich functional security and embedded safety characteristics required for new and advanced automotive applications. The core structure of microcontroller CPU support high reliability and high performance requirements. The Renesas microcontroller offering low power, high performance, modest packages and the largest range of memory sizes combined together with characteristics rich peripherals. Renesas offers the most versatile microcontroller families in the world for example our RX family offers a many types devices with memory variants from 32K flash/4K RAM to an incredible 8M flash/512K RAM. The RX Family of 32-bit microcontrollers is a feature rich, general purpose MCU covering a wide range of embedded control applications with high speed connectivity, digital si

Microcontroller Intruduction doc/pdf download

Microcontroller     A microcontroller is a small, low-cost and self contained computer-on-a-chip that can be used as an embedded system. A few microcontrollers may utilize four-bit expressions and work at clock rate frequencies, which usually include: ·          An 8 or 16 bit microprocessor. ·          A little measure of RAM. ·          Programmable ROM and flash memory. ·          Parallel and serial I/O. ·          Timers and signal generators ·          Analog to Digital and Digital to Analog conversion Microcontrollers usually must have low-power requirements since many devices they control are battery-operated. Microcontrollers are used in many consumer electronics, car engines, computer peripherals and test or measurement equipment. And these are well suited for long lasting battery applications. The dominant part of microcontrollers being used now a days are implanted in other apparatus. How are Microcontrollers Classified? The microcontrollers are characterized regarding bus-

PIC Microcontroller Doc file download

PIC Microcontroller                                                  PIC is a peripheral interface controller, developed by general instrument’s microelectronics, in the year of 1993. It is controlled by the software. They could be programmed to complete many task and control a generation line and many more. PIC microcontrollers are finding their way into new applications like smart phones, audio accessories, video gaming peripherals and advanced medical devices.             There are many PICs, started with PIC16F84 and PIC16C84. But these were the only affordable flash PICs. Microchip has recently introduced flash chips with types that are much more attractive, such as 16F628, 16F877 and 18F452. The 16F877 is around twice the price of the old 16F84, but has eight times the code size, much more RAM, much more I/O pins, a UART, A/D converter and a lot more. Features of PIC16F877 Core Features: ·          High-performance RISC CPU ·          Up to 8K x 14 words of FLASH program memory ·

8051 Microcontroller assignment doc file download

8051 microcontrollers Available as word document for downloading at the end of the post   8051 microcontrollers This microcontroller is also called as “System on a chip” because it has all the features on a single chip. The Block Diagram of 8051 Microcontroller is as shown in Figure                                   Image  credit : EngineersGarage It use two different kinds of memory such as UV- EPROM, Flash and NV-RAM. Hence 8051 will not be seen in the part number even though it is the most popular member of the 8051 family AT89C51 (Variant of 8051 microcontroller) from Atmel Corporation 1 (‘C’ in the part number indicates  CMOS ). The flash memory can erase the contents within seconds which is best for fast growth. Therefore, 8751 is replaced by AT89C51 to eradicate the waiting time required to erase the contents and hence expedite the development time. To build up a microcontroller based system using AT89C51, it is essential to have ROM burner that supports flash memory. Note tha