Embedded System with Microcontroller
Monday, July 18
8051 Embedded C Value Based 8bit Addition Program (Output get in P0 Port)
#include<reg51.h>
void main(void)
{
P0 = 0x30 + 0x45;
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment