MCUdude / MightyCore

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

fix shiftIn #292

Closed device111 closed 3 days ago

device111 commented 3 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.