Questions tagged [arduino-micro]
A microcontroller board based on the ATmega32u4 with built-in USB communication.
1 questions from the last 7 days
0
votes
0
answers
8
views
Increase interrupt resolution on Arduino Micro
I have connected an Arduino Micro (not Pro Micro) to an Magtek swipe reader.
Data is connected to pin 3, and clock to pin 2 and swipe_detect to pin 4.
Then I use this lib to read data from the ...