Program: #include
#include
#define uni unsigned int
#define unc unsigned char
void delay(int);
unc tems;
void main()
{
tems = 0xfe;
P1 = tems;//Assign value to P1 port
while(1)
{
tems = _cror_(tems,1);//Shift operation?
delay(300);
P1 = tems;
}
}
void delay(int z)//Delay subroutine
{
uni x,y;
for(x=z;x>0;x--)
for(y=500;y>0;y--);
}
Previous article:Shiny Program for MCU
Next article:51, Comparison of PIC and AVR microcontrollers
- Popular Resources
- Popular amplifiers
- Learn ARM development(14)
- Learn ARM development(15)
- Learn ARM development(16)
- Learn ARM development(17)
- Learn ARM development(18)
- Embedded system debugging simulation tool
- A small question that has been bothering me recently has finally been solved~~
- Learn ARM development (1)
- Learn ARM development (2)
Professor at Beihang University, dedicated to promoting microcontrollers and embedded systems for over 20 years.
- LED chemical incompatibility test to see which chemicals LEDs can be used with
- Application of ARM9 hardware coprocessor on WinCE embedded motherboard
- What are the key points for selecting rotor flowmeter?
- LM317 high power charger circuit
- A brief analysis of Embest's application and development of embedded medical devices
- Single-phase RC protection circuit
- stm32 PVD programmable voltage monitor
- Introduction and measurement of edge trigger and level trigger of 51 single chip microcomputer
- Improved design of Linux system software shell protection technology
- What to do if the ABB robot protection device stops
- Learn ARM development(14)
- Learn ARM development(15)
- Analysis of the application of several common contact parts in high-voltage connectors of new energy vehicles
- Wiring harness durability test and contact voltage drop test method
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- Sn-doped CuO nanostructure-based ethanol gas sensor for real-time drunk driving detection in vehicles
- Design considerations for automotive battery wiring harness
- Do you know all the various motors commonly used in automotive electronics?
- What are the functions of the Internet of Vehicles? What are the uses and benefits of the Internet of Vehicles?
- [RVB2601 Creative Application Development] Graphical display and simple recognition of sound (work submission)
- TCP protocol requires restarting the circuit board for each connection
- The world is moving towards 5G. Do you think it’s time to switch to a 5G phone?
- [Good book download] 300 examples of classic intelligent circuits!
- Allegro Issues
- 【National Technology N32G430】1: Preliminary Study
- How to layout the PCB of photovoltaic power supply?
- A Beginner's Guide to PCB Design
- Ultrasonic utility knife (cutting knife) 2999RMB ???
- 【Two-player fighting game machine】+ Fighting game based on custom GUI