In addition to the ATmega series of microcontrollers on your Arduino, another very common entry-level microcontroller is the PIC series from Microchip. Look up the data sheets for the PIC16F57 microcontroller and the ATmega328 and answer the following questions.
a)What is the maximum clock frequency on each microcontroller?
b)How many digital input/output pins are available on each microcontroller?
c)How much program memory (Flash) is available on each microcontroller?
d)How much data memory (SRAM) is available on each microcontroller?
e)Which (if any) of these microcontrollers have an analog to digital converter?