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;
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)