mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 08:35:05 -05:00
Update temp.ino
This commit is contained in:
parent
ffad53f268
commit
564265000f
@ -118,6 +118,6 @@ void loop() {
|
||||
|
||||
GPIOR0 = joy1; GPIOR1 = joy2;
|
||||
|
||||
PORTB = *ptr; // is this atomic? probably, because ptr is 6-bit ptr?
|
||||
PORTB = *ptr; // is this atomic? probably, because ptr is 6-bit pointer?
|
||||
//delayMicroseconds(10);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user