-->These are the solutions for different types of questions in Embedded system, custom single purpose processor

The blog for electronics and computer enthusiasts. Here you will find electronic project with circuits and code. also you will find some study tutorials and documents. :)
-->These are the solutions for different types of questions in Embedded system, custom single purpose processor
Creating a new project --Click on New project then write your projects name then click next. Then select create schematic, select default...
SIMPLE CIRCUITS WITH SENSORS Fig: single transistor light sensor Description :...
Minor projects · Variable power supply · Soil moisture indicator · Water level indicator · ...
*WAP TO SEND VALUES 00-FF TO PORT B #include<avr/io.h> Int main(void) { Unsigned char z; DDRB=0xff; ...