C251 User's Guide

Variable Size

Members of the 251 family are all 8 bit MCUs. Operations that use 8 bit types (like char and unsigned char) are much more efficient than operations that use int or long types. For this reason, always use the smallest data type possible.