remove private modifer from: const byte BitsPerByte=8 (it is redundant to declare it private, because no access modifier is automatically marked private by default)