1.

Explain sketch in Arduino and how will you reduce the size of sketch.

Answer»

ARDUINO refers to a program as a sketch. In other words, it is a bit of code that is uploaded to and executed on an Arduino BOARD. It is possible to reduce the SIZE of the sketch by REMOVING unnecessary libraries from the code and making it simple and short. 



Discussion

No Comment Found