Microchip 93lc56a and ST 93c56

Hi,

just change the read and write instructions as in documentation:

byte READ  = 0b110;
byte WRITE = 0b101;

BR.