MCUdude / MightyCore

Arduino hardware package for ATmega1284, ATmega644, ATmega324, ATmega324PB, ATmega164, ATmega32, ATmega16 and ATmega8535
Other
651 stars 183 forks source link

fix shiftIn #292

Closed device111 closed 4 months ago

device111 commented 8 months ago

When the edge goes up, it shifts by one bit. If shifting occurs before the first bit is read, we get the 2nd bit.